diff --git a/package.json b/package.json index 0695962419b..e6afbcaaed6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce", "title": "WooCommerce", - "version": "2.1.4", + "version": "2.1.5", "homepage": "http://www.woothemes.com/woocommerce/", "main": "Gruntfile.js", "devDependencies": { diff --git a/readme.txt b/readme.txt index 040a17c9c83..a1f7b09eccb 100644 --- a/readme.txt +++ b/readme.txt @@ -126,6 +126,8 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == += 2.1.5 = + = 2.1.4 - 05/03/2014 = * Fix - Prevent duplicate loading of functions files * Fix - Fixed breaking timeline for reports diff --git a/woocommerce.php b/woocommerce.php index 5f0236a2374..ffeb7478447 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: 2.1.4 + * Version: 2.1.5-bleeding * Author: WooThemes * Author URI: http://woothemes.com * Requires at least: 3.8 @@ -33,7 +33,7 @@ final class WooCommerce { /** * @var string */ - public $version = '2.1.4'; + public $version = '2.1.5'; /** * @var WooCommerce The single instance of the class