Skip to content

Commit

Permalink
Update CHANGELOG and bump VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Jul 30, 2015
1 parent 1f7b534 commit 0b92e8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
v1.0.2 (2015-xx-xx)
v1.0.2 (2015-07-30)
================================================================================

- IPv6 is now fully supported.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.2-dev
1.0.2
2 changes: 1 addition & 1 deletion package.ini
Expand Up @@ -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.2"
stability = "devel"
stability = "stable"
channel = "pear.nrk.io"

author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -40,7 +40,7 @@
*/
class Client implements ClientInterface
{
const VERSION = '1.0.2-dev';
const VERSION = '1.0.2';

protected $connection;
protected $options;
Expand Down

0 comments on commit 0b92e8d

Please sign in to comment.