Skip to content

Commit

Permalink
Version bump to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vedanshujain committed Aug 6, 2020
1 parent a39ebc1 commit d120f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-rest-api",
"title": "WooCommerce REST API",
"version": "1.0.12",
"version": "1.0.13",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.0.12';
const VERSION = '1.0.13';

/**
* Init the package - load the REST API Server class.
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The WooCommerce core REST API, installed as a feature plugin for development and testing purposes. Requires WooCommerce 3.7+ and PHP 5.3+.
* Author: Automattic
* Author URI: https://woocommerce.com
* Version: 1.0.12
* Version: 1.0.13
* Requires PHP: 7.0
* License: GPLv3
*
Expand Down

0 comments on commit d120f92

Please sign in to comment.