From 0c1a9cb59d4d0077283d19ea6cdd7739749e0aea Mon Sep 17 00:00:00 2001 From: vedanshujain Date: Mon, 17 Aug 2020 19:48:45 +0530 Subject: [PATCH] Version bump to 1.0.14 --- package.json | 2 +- src/Package.php | 2 +- woocommerce-rest-api.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a2672a6..468bfd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-rest-api", "title": "WooCommerce REST API", - "version": "1.0.13", + "version": "1.0.14", "homepage": "https://woocommerce.com/", "repository": { "type": "git", diff --git a/src/Package.php b/src/Package.php index 8efb1d4..5fb5355 100644 --- a/src/Package.php +++ b/src/Package.php @@ -19,7 +19,7 @@ class Package { * * @var string */ - const VERSION = '1.0.13'; + const VERSION = '1.0.14'; /** * Init the package - load the REST API Server class. diff --git a/woocommerce-rest-api.php b/woocommerce-rest-api.php index 2fefffc..5caeb13 100644 --- a/woocommerce-rest-api.php +++ b/woocommerce-rest-api.php @@ -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.13 + * Version: 1.0.14 * Requires PHP: 7.0 * License: GPLv3 *