Skip to content

Commit a94a8a4

Browse files
committed
fix::update stable tag on readme.
1 parent f52575b commit a94a8a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r
33
Tags: Constant Contact, WooCommerce, eCommerce, email marketing, marketing automation, email, form, forms, marketing, mobile, opt-in, plugin, signup, subscribe, subscription, widget
44
Requires at least: 5.2.2
55
Tested up to: 6.0.2
6-
Stable tag: 2.0.1
6+
Stable tag: 2.0.2
77
Requires PHP: 7.2
88
License: GPLv3
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constant-contact-woocommerce",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "index.js",
66
"engines": {

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Constant Contact + WooCommerce
1111
* Description: Add products to your emails and sync your contacts.
1212
* Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce
13-
* Version: 2.0.1
13+
* Version: 2.0.2
1414
* Author: Constant Contact
1515
* Author URI: https://www.constantcontact.com/
1616
* Text Domain: cc-woo

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class Plugin extends ServiceRegistrar {
4747
* @since 1.0.0
4848
* @var string
4949
*/
50-
const PLUGIN_VERSION = '2.0.1';
50+
const PLUGIN_VERSION = '2.0.2';
5151

5252
/**
5353
* Whether the plugin is currently active.

0 commit comments

Comments
 (0)