Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 78ccf4d

Browse files
Version 1.0.6
1 parent 43b9f9f commit 78ccf4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This package is [hosted on Packagist](https://packagist.org/packages/woocommerce
3636

3737
```json
3838
"require": {
39-
"woocommerce/woocommerce-rest-api": "1.0.0"
39+
"woocommerce/woocommerce-rest-api": "1.0"
4040
},
4141
```
4242

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Package {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '1.0.5';
22+
const VERSION = '1.0.6';
2323

2424
/**
2525
* Init the package - load the REST API Server class.

woocommerce-rest-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: The WooCommerce core REST API, installed as a feature plugin for development and testing purposes. Requires WooCommerce 3.7+ and PHP 5.3+.
66
* Author: Automattic
77
* Author URI: https://woocommerce.com
8-
* Version: 1.0.5
8+
* Version: 1.0.6
99
* Requires PHP: 5.6
1010
* License: GPLv3
1111
*

0 commit comments

Comments
 (0)