Kaynağa Gözat

Update CHANGELOG and bump VERSION.

Daniele Alessandri 10 yıl önce
ebeveyn
işleme
7a170b3d81
4 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 1 1
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.ini
  4. 1 1
      src/Client.php

+ 1 - 1
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.

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.1-dev
+1.0.1

+ 1 - 1
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\" <suppakilla@gmail.com>"

+ 1 - 1
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;