From 7a170b3d8123c556597b4fbdb88631f99de180c2 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Fri, 2 Jan 2015 13:51:09 +0100 Subject: [PATCH] Update CHANGELOG and bump VERSION. --- CHANGELOG.md | 2 +- VERSION | 2 +- package.ini | 2 +- src/Client.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753294b1..c68c51d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v1.0.1 (2015-01-xx) +v1.0.1 (2015-01-02) ================================================================================ - Added `BITPOS` to the server profile for Redis 2.8. diff --git a/VERSION b/VERSION index 3f60217d..7dea76ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1-dev +1.0.1 diff --git a/package.ini b/package.ini index 2ab57ef8..2a62a1ad 100644 --- a/package.ini +++ b/package.ini @@ -11,7 +11,7 @@ desc = "Flexible and feature-complete PHP client library for Redis" homepage = "http://github.com/nrk/predis" license = "MIT" version = "1.0.1" -stability = "devel" +stability = "stable" channel = "pear.nrk.io" author = "Daniele Alessandri \"nrk\" " diff --git a/src/Client.php b/src/Client.php index 1e74ec0d..28ee2ae4 100644 --- a/src/Client.php +++ b/src/Client.php @@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction; */ class Client implements ClientInterface { - const VERSION = '1.0.1-dev'; + const VERSION = '1.0.1'; protected $connection; protected $options;