Skip to content

Commit fe96b4f

Browse files
committed
Version bump in composer and readme to 1.1.0.
1 parent 9e5ee77 commit fe96b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To install this package, edit your `composer.json` file:
1515
```js
1616
{
1717
"require": {
18-
"dwnload/wp-rest-api-object-cache": "^1.0.3"
18+
"dwnload/wp-rest-api-object-cache": "^1.1.0"
1919
}
2020
}
2121
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dwnload/wp-rest-api-object-cache",
33
"description": "Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.",
44
"type": "wordpress-plugin",
5-
"version": "1.0.4",
5+
"version": "1.1.0",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)