Skip to content

Commit

Permalink
bump version 2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed May 9, 2014
1 parent 69f9ec5 commit 166c142
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for RedisDB

2.36 Fri May 9 2014 Pavel Shaydo <zwon@cpan.org>
- do not reconnect when watching some keys

2.35 Wed May 7 2014 Pavel Shaydo <zwon@cpan.org>
- documentation fixes and improvements
- allow perform transactions in pipelining mode
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB;

use strict;
use warnings;
our $VERSION = "2.35";
our $VERSION = "2.36";
$VERSION = eval $VERSION;

use RedisDB::Error;
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Error.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Error;

use strict;
use warnings;
our $VERSION = "2.35";
our $VERSION = "2.36";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down

0 comments on commit 166c142

Please sign in to comment.