@@ -1,4 +1,4 @@
-v1.0.0 (2014-08-xx)
+v1.0.0 (2014-08-01)
================================================================================
- Switched to PSR-4 for autoloading.
@@ -1 +1 @@
-1.0.0-dev
+1.0.0
@@ -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.0"
-stability = "devel"
+stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
@@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface
{
- const VERSION = '1.0.0-dev';
+ const VERSION = '1.0.0';
protected $connection;
protected $options;