Skip to content

Commit 59fe999

Browse files
committed
Bump version
1 parent 858d6c4 commit 59fe999

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

endurance-page-cache.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2+
23
/**
34
* Plugin Name: Endurance Page Cache
45
* Description: This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.
5-
* Version: 2.2.1
6+
* Version: 2.2.2
67
* Author: Mike Hansen
78
* Author URI: https://www.mikehansen.me/
89
* License: GPLv2 or later
@@ -27,7 +28,7 @@
2728
die;
2829
}
2930

30-
define( 'EPC_VERSION', '2.2.1' );
31+
define('EPC_VERSION', '2.2.2');
3132

3233
if ( ! class_exists( 'Endurance_Page_Cache' ) ) {
3334

0 commit comments

Comments
 (0)