Skip to content

Commit

Permalink
Update the plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
JPry committed Oct 19, 2016
1 parent a73f6a3 commit e344f9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yikes-inc-easy-mailchimp-extender",
"version": "6.1.4",
"version": "6.2.1",
"description": "Easy MailChimp opt-in forms for your site.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://yikesplugins.com/?utm_source=wp_plugin_repo&utm_medium=dona
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 6.2.0
Stable tag: 6.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions yikes-inc-easy-mailchimp-extender.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Easy Forms for MailChimp by YIKES
* Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
* Description: YIKES Easy Forms for MailChimp links your site to MailChimp and allows you to generate and display mailing list opt-in forms anywhere on your site with ease.
* Version: 6.2.0
* Version: 6.2.1
* Author: YIKES
* Author URI: http://www.yikesinc.com/
* License: GPL-3.0+
Expand Down Expand Up @@ -42,7 +42,7 @@
* @since 6.1.3
*/
if ( ! defined( 'YIKES_MC_VERSION' ) ) {
define( 'YIKES_MC_VERSION' , '6.2.0' );
define( 'YIKES_MC_VERSION' , '6.2.1' );
}

/**
Expand Down

0 comments on commit e344f9a

Please sign in to comment.