Selaa lähdekoodia

Update CHANGELOG and bump VERSION.

Daniele Alessandri 9 vuotta sitten
vanhempi
commit
9ead747663
4 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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.4 (2016-05-xx)
+v1.0.4 (2016-05-30)
 ================================================================================
 
 - Added new profile for Redis 3.2 with its new commands: `HSTRLEN`, `BITFIELD`,

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.3
+1.0.4

+ 1 - 1
package.ini

@@ -10,7 +10,7 @@ name        = "Predis"
 desc        = "Flexible and feature-complete Redis client for PHP and HHVM"
 homepage    = "http://github.com/nrk/predis"
 license     = "MIT"
-version     = "1.0.3"
+version     = "1.0.4"
 stability   = "stable"
 channel     = "pear.nrk.io"
 

+ 1 - 1
src/Client.php

@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '1.0.3';
+    const VERSION = '1.0.4';
 
     protected $connection;
     protected $options;