Skip to content

Commit

Permalink
Version bump for packagist.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Apr 23, 2018
1 parent fe96b4f commit a564df7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELONG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.1 - 2018-04-23
### Updated
- Version bump for packagist.

## 1.1.0 - 2018-04-23
### Updated
- The admin settings page now works.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install this package, edit your `composer.json` file:
```js
{
"require": {
"dwnload/wp-rest-api-object-cache": "^1.1.0"
"dwnload/wp-rest-api-object-cache": "^1.1.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dwnload/wp-rest-api-object-cache",
"description": "Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.",
"type": "wordpress-plugin",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion wp-rest-api-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.
* Author: Austin Passy
* Author URI: http://github.com/thefrosty
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 4.9
* Tested up to: 4.9
* Requires PHP: 7.0
Expand Down

0 comments on commit a564df7

Please sign in to comment.