Skip to content

Commit 3d23516

Browse files
committed
Version 0.2.0
1 parent 65b9795 commit 3d23516

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
with pkgs;
2020
let
2121
name = "snapcache";
22-
version = "0.1.0";
22+
version = "0.2.0";
2323
composerSrc = pkgs.lib.cleanSourceWith {
2424
src = self;
2525
filter =

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SnapCache
44
* Plugin URI: https://github.com/staticweb-io/snapcache
55
* Description: Memcached object cache
6-
* Version: 0.1.0
6+
* Version: 0.2.0
77
* Author: StaticWeb.io
88
* Author URI: https://staticweb.io
99
* Text Domain: snapcache
@@ -23,7 +23,7 @@
2323
return;
2424
}
2525

26-
define( 'SNAPCACHE_VERSION', '0.1.0' );
26+
define( 'SNAPCACHE_VERSION', '0.2.0' );
2727
define( 'SNAPCACHE_PATH', plugin_dir_path( __FILE__ ) );
2828

2929
if ( file_exists( SNAPCACHE_PATH . 'vendor/autoload.php' ) ) {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: staticwebio
33
Tags: performance, speed, memcached, object cache
44
Requires at least: 6.4
55
Tested up to: 6.8
6-
Stable tag: 0.1.0
6+
Stable tag: 0.2.0
77
Requires PHP: 8.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

src/drop-in/object-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SnapCache Object Cache
44
* Plugin URI: https://github.com/staticweb-io/snapcache
55
* Description: Object caching for WordPress.
6-
* Version: 0.1.0
6+
* Version: 0.2.0
77
* Author: StaticWeb.io
88
* Author URI: https://github.com/staticweb-io/snapcache
99
* Text Domain: snapcache

0 commit comments

Comments
 (0)