Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Oct 29, 2020
1 parent 8fe5a6a commit 1d1e2f7
Showing 1 changed file with 2 additions and 2 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.4
* Version: 2.0.5
* 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.4' );
define( 'EPC_VERSION', '2.0.5' );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down

0 comments on commit 1d1e2f7

Please sign in to comment.