Version bump to 1.0.9
This commit is contained in:
parent
49d1bfae57
commit
8843b43357
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce-rest-api",
|
"name": "woocommerce-rest-api",
|
||||||
"title": "WooCommerce REST API",
|
"title": "WooCommerce REST API",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"homepage": "https://woocommerce.com/",
|
"homepage": "https://woocommerce.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -19,7 +19,7 @@ class Package {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.0.8';
|
const VERSION = '1.0.9';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Init the package - load the REST API Server class.
|
* Init the package - load the REST API Server class.
|
||||||
|
|
|
@ -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+.
|
* 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: Automattic
|
||||||
* Author URI: https://woocommerce.com
|
* Author URI: https://woocommerce.com
|
||||||
* Version: 1.0.8
|
* Version: 1.0.9
|
||||||
* Requires PHP: 7.0
|
* Requires PHP: 7.0
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue