From 5e23a48ba451076b8d3ad50dd05564b99a240d6a Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 28 Mar 2012 18:50:44 +0100 Subject: [PATCH] versions --- readme.txt | 2 +- woocommerce.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 3d4afa46046..99818b256a4 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, affiliate Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce Requires at least: 3.3 Tested up to: 3.3 -Stable tag: 1.5.2.1 +Stable tag: 1.5.3 WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully. diff --git a/woocommerce.php b/woocommerce.php index 4cd22449759..d3860b6099f 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: http://www.woothemes.com/woocommerce/ * Description: An e-commerce toolkit that helps you sell anything. Beautifully. - * Version: 1.5.2.1 + * Version: 1.5.3 * Author: WooThemes * Author URI: http://woothemes.com * Requires at least: 3.1 @@ -32,7 +32,7 @@ class Woocommerce { /** Version ***************************************************************/ - var $version = '1.5.2.1'; + var $version = '1.5.3'; /** URLS ******************************************************************/