Skip to content

Commit

Permalink
remaining version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 13, 2021
1 parent a186fd4 commit 1e67137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Endurance Page Cache adds basic file-based caching to WordPress, as well as more

## Tagging a new release

- Bump the version number in the header of the `endurance-page-cache.php` file.
- Bump the version number in the header of the `endurance-page-cache.php` file (also the `EPC_VERSION`) and in `package.json`.
- Push all changes to `master`.
- Merge all changes to `production`.
- Create a release on GitHub for the new version.
Expand Down
2 changes: 1 addition & 1 deletion endurance-page-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
die;
}

define( 'EPC_VERSION', '2.1.0' );
define( 'EPC_VERSION', '2.1.1' );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "endurance-page-cache",
"version": "2.1.0",
"version": "2.1.1",
"description": "This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 1e67137

Please sign in to comment.