Skip to content

Commit

Permalink
Updated to 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Dec 16, 2014
1 parent d019578 commit a89b84b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "2.2.9",
"version": "2.2.10",
"homepage": "http://www.woothemes.com/woocommerce/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc

== Changelog ==

= 2.2.10 - xx/12/2014 =
= 2.2.10 - 16/12/2014 =
* Fix - Stock status on quick and bulk edit.
* Fix - Incorrect clearing of error messages.

Expand Down
4 changes: 2 additions & 2 deletions woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.9
* Version: 2.2.10
* Author: WooThemes
* Author URI: http://woothemes.com
* Requires at least: 3.8
Expand Down Expand Up @@ -33,7 +33,7 @@ final class WooCommerce {
/**
* @var string
*/
public $version = '2.2.9';
public $version = '2.2.10';

/**
* @var WooCommerce The single instance of the class
Expand Down

0 comments on commit a89b84b

Please sign in to comment.