Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Feb 4, 2025
1 parent 858d6c4 commit 59fe999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions endurance-page-cache.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

/**
* 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.2.1
* Version: 2.2.2
* Author: Mike Hansen
* Author URI: https://www.mikehansen.me/
* License: GPLv2 or later
Expand All @@ -27,7 +28,7 @@
die;
}

define( 'EPC_VERSION', '2.2.1' );
define('EPC_VERSION', '2.2.2');

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down

0 comments on commit 59fe999

Please sign in to comment.