@@ -1,4 +1,4 @@
-v1.1.0 (2016-06-xx)
+v1.1.0 (2016-06-02)
================================================================================
- The default server profile for the client now targets Redis 3.2.
@@ -1 +1 @@
-1.1.0-dev
+1.1.0
@@ -27,10 +27,5 @@
},
"autoload": {
"psr-4": {"Predis\\": "src/"}
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
}
@@ -11,7 +11,7 @@ desc = "Flexible and feature-complete Redis client for PHP and HHVM"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "1.1.0"
-stability = "devel"
+stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
- const VERSION = '1.1.0-dev';
+ const VERSION = '1.1.0';
protected $connection;
protected $options;