Skip to content

Commit 9a2d25a

Browse files
committed
0.0.3 version
1 parent 2b976ca commit 9a2d25a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Jumaron
33
Tags: caching, performance, HTML, Redis, Varnish
44
Requires at least: 6.3
55
Tested up to: 6.7
6-
Stable tag: 0.0.2
6+
Stable tag: 0.0.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function initialize(): void {
7474
private function setupConstants(): void {
7575
$plugin_file = trailingslashit(dirname(__DIR__)) . 'wps-cache.php';
7676
$constants = [
77-
'WPSC_VERSION' => '0.0.2',
77+
'WPSC_VERSION' => '0.0.3',
7878
'WPSC_PLUGIN_FILE' => $plugin_file,
7979
'WPSC_PLUGIN_DIR' => plugin_dir_path($plugin_file),
8080
'WPSC_PLUGIN_URL' => plugin_dir_url($plugin_file),

wps-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WPS-Cache
44
* Plugin URI: https://github.com/Jumaron/WPS-Cache
55
* Description: Free and Open-Source High-performance caching solution with Redis, Varnish, and HTML cache support
6-
* Version: 0.0.2
6+
* Version: 0.0.3
77
* Requires PHP: 8.3
88
* Author: Jumaron
99
* License: GPL v2 or later

0 commit comments

Comments
 (0)