Update CHANGELOG and bump VERSION.

This commit is contained in:
Daniele Alessandri
2016-05-30 17:25:52 +02:00
parent 39cf6abf82
commit b0ade2b93b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
1.0.3
1.0.4
+1 -1
View File
@@ -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
View File
@@ -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;