This branch is now 2.2 bleeding
This commit is contained in:
parent
031fa146e6
commit
d0d68faf31
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce
|
* Plugin Name: WooCommerce
|
||||||
* Plugin URI: http://www.woothemes.com/woocommerce/
|
* Plugin URI: http://www.woothemes.com/woocommerce/
|
||||||
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||||
* Version: 2.1.0
|
* Version: 2.2.0-bleeding
|
||||||
* Author: WooThemes
|
* Author: WooThemes
|
||||||
* Author URI: http://woothemes.com
|
* Author URI: http://woothemes.com
|
||||||
* Requires at least: 3.8
|
* Requires at least: 3.8
|
||||||
|
@ -33,7 +33,7 @@ final class WooCommerce {
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.1.0';
|
public $version = '2.2.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var WooCommerce The single instance of the class
|
* @var WooCommerce The single instance of the class
|
||||||
|
|
Loading…
Reference in New Issue