Skip to content

Commit

Permalink
versioning bug
Browse files Browse the repository at this point in the history
  • Loading branch information
freddiemixell committed Oct 25, 2019
1 parent 640ae96 commit 03c03b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0",
"version": "6.6.1",
"devDependencies": {
"@wordpress/scripts": "^5.1.0",
"braces": ">=2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Mailchimp, Mailchimp forms, Mailchimp lists, opt-in forms, sign up form, M
Requires at least: 4.0
Tested up to: 5.3
Requires PHP: 5.2.13
Stable tag: 6.6.0
Stable tag: 6.6.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
* Plugin URI: https://yikesplugins.com/plugin/easy-forms-for-mailchimp/
* Description: The ultimate Mailchimp WordPress plugin. Easily build <strong>unlimited forms for your Mailchimp lists</strong>, add them to your site and track subscriber activity. To get started, go to the settings page and enter your <a href="https://yikesplugins.com/support/knowledge-base/finding-your-mailchimp-api-key/" target="_blank">Mailchimp API key</a>.
* Version: 6.6.0
* Version: 6.6.1
* Author: YIKES, Inc.
* Author URI: https://www.yikesplugins.com/
* License: GPL-3.0+
Expand Down Expand Up @@ -43,7 +43,7 @@
* @since 6.1.3
*/
if ( ! defined( 'YIKES_MC_VERSION' ) ) {
define( 'YIKES_MC_VERSION', '6.6.0' );
define( 'YIKES_MC_VERSION', '6.6.1' );
}

/**
Expand Down

0 comments on commit 03c03b3

Please sign in to comment.