From 851f693ca106dba8fd93c5d8506c2871ec4d46a7 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 7 Sep 2016 17:26:09 -0700 Subject: [PATCH] Bump version to v0.1.0 --- README.md | 2 +- readme.txt | 2 +- wp-lcache.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64804a9..7706b25 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** cache, plugin **Requires at least:** 4.3 **Tested up to:** 4.6.1 -**Stable tag:** 0.0.0 +**Stable tag:** 0.1.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index 25851e9..767364f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber, stevector Tags: cache, plugin Requires at least: 4.3 Tested up to: 4.6.1 -Stable tag: 0.0.0 +Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wp-lcache.php b/wp-lcache.php index 6c931df..82f3bdc 100644 --- a/wp-lcache.php +++ b/wp-lcache.php @@ -3,7 +3,7 @@ * Plugin Name: WP LCache * Plugin URI: http://github.com/pantheon-systems/wp-lcache/ * Description: Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library. - * Version: 0.1.0-alpha + * Version: 0.1.0 * Author: Pantheon, Daniel Bachhuber * Author URI: https://pantheon.io/ */