Skip to content

Commit

Permalink
version bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan committed Sep 1, 2021
1 parent 26e9b2f commit 43022da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8
* Version: 2.1.0
* 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.8' );
define( 'EPC_VERSION', '2.1.0' );

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.0.4",
"version": "2.1.0",
"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 43022da

Please sign in to comment.