Skip to content

Commit

Permalink
Bump version to 1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Mar 26, 2020
1 parent 5696aa3 commit 2340021
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: 1.9
* Version: 1.10
* Author: Mike Hansen
* Author URI: https://www.mikehansen.me/
* License: GPLv2 or later
Expand All @@ -27,7 +27,7 @@
die;
}

define( 'EPC_VERSION', 1.9 );
define( 'EPC_VERSION', 1.10 );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down

0 comments on commit 2340021

Please sign in to comment.