Bumped version

This commit is contained in:
Mike Jolley 2011-11-17 13:28:41 +00:00
parent d5656ae78e
commit 1c46d0ff12
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sh
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
Requires at least: 3.1
Tested up to: 3.3
Stable tag: 1.2.1
Stable tag: 1.2.2
An e-commerce toolkit that helps you sell anything. Beautifully.

View File

@ -3,7 +3,7 @@
Plugin Name: WooCommerce
Plugin URI: http://www.woothemes.com/woocommerce/
Description: An eCommerce plugin for wordpress.
Version: 1.2.1
Version: 1.2.2
Author: WooThemes
Author URI: http://woothemes.com
Requires at least: 3.1
@ -28,7 +28,7 @@ endif;
* Constants
**/
if (!defined('WOOCOMMERCE_TEMPLATE_URL')) define('WOOCOMMERCE_TEMPLATE_URL', 'woocommerce/');
if (!defined("WOOCOMMERCE_VERSION")) define("WOOCOMMERCE_VERSION", "1.2.1");
if (!defined("WOOCOMMERCE_VERSION")) define("WOOCOMMERCE_VERSION", "1.2.2");
if (!defined("PHP_EOL")) define("PHP_EOL", "\r\n");
/**