diff --git a/endurance-page-cache.php b/endurance-page-cache.php index 9a5e7ff..bcc278b 100644 --- a/endurance-page-cache.php +++ b/endurance-page-cache.php @@ -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 @@ -27,7 +27,7 @@ die; } -define( 'EPC_VERSION', '2.0.4' ); +define( 'EPC_VERSION', '2.0.5' ); if ( ! class_exists( 'Endurance_Page_Cache' ) ) {