Skip to content

Commit 59acc57

Browse files
committed
increse version number to 1.2.0
1 parent fc60419 commit 59acc57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 1.1.0
13+
* Version: 1.2.0
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
@@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar {
4646
* @since 1.0.0
4747
* @var string
4848
*/
49-
const PLUGIN_VERSION = '1.0.0';
49+
const PLUGIN_VERSION = '1.2.0';
5050

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

0 commit comments

Comments
 (0)