Version 1.0.6

This commit is contained in:
Claudio Sanches 2020-01-15 20:29:39 -03:00
parent 43b9f9f07d
commit 78ccf4d4c6
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ This package is [hosted on Packagist](https://packagist.org/packages/woocommerce
```json
"require": {
"woocommerce/woocommerce-rest-api": "1.0.0"
"woocommerce/woocommerce-rest-api": "1.0"
},
```

View File

@ -19,7 +19,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.0.5';
const VERSION = '1.0.6';
/**
* 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.5
* Version: 1.0.6
* Requires PHP: 5.6
* License: GPLv3
*