Version 1.0.7

This commit is contained in:
Claudio Sanches 2020-01-28 18:03:37 -03:00
parent 1ca43e2002
commit 35e3f65dbd
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.0.6';
const VERSION = '1.0.7';
/**
* Init the package - load the REST API Server class.

View File

@ -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.6
* Version: 1.0.7
* Requires PHP: 5.6
* License: GPLv3
*