Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
earnjam committed Oct 8, 2020
1 parent 3ec9287 commit 8cf0d16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions endurance-page-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Endurance Page Cache
* Description: This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.
* Version: 2.0.2
* Version: 2.0.3
* Author: Mike Hansen
* Author URI: https://www.mikehansen.me/
* License: GPLv2 or later
Expand All @@ -27,7 +27,7 @@
die;
}

define( 'EPC_VERSION', '2.0.2' );
define( 'EPC_VERSION', '2.0.3' );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.2",
"version": "2.0.3",
"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 8cf0d16

Please sign in to comment.