Skip to content

Commit 1eb9d90

Browse files
committed
2.0.1 Versioning
1 parent 9ff9883 commit 1eb9d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Yes! Fork the plugin on [GitHub](https://github.com/skyverge/woocommerce-customi
5555

5656
== Changelog ==
5757

58-
= 2.0.0-1 =
58+
= 2.0.1 =
5959
* Fix error when upgrading to WooCommerce 2.2
6060

6161
= 2.0.0 =

woocommerce-customizer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 2.0.0-1
8+
* Version: 2.0.1
99
* Text Domain: wc-customizer
1010
* Domain Path: /languages/
1111
*
@@ -84,7 +84,7 @@ class WC_Customizer {
8484

8585

8686
/** plugin version number */
87-
const VERSION = '2.0.0-1';
87+
const VERSION = '2.0.1';
8888

8989
/** @var \WC_Customizer_Settings instance */
9090
public $settings;

0 commit comments

Comments
 (0)