Skip to content

Commit

Permalink
bump version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Jul 13, 2011
1 parent 51ac7ae commit 33b87a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for RedisDB

0.15 Wed Jul 13 2011 Pavel Shaydo <zwon@cpan.org>
* made it work on Windows (thanks to Sanko Robinson for suggestions)
* improved tests

0.14 Wed Jun 15 2011 Pavel Shaydo <zwon@cpan.org>
* add get_all_replies method
* add replies_to_fetch method
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB;

use warnings;
use strict;
our $VERSION = "0.14";
our $VERSION = "0.15";
$VERSION = eval $VERSION;

use IO::Socket::INET;
Expand Down

0 comments on commit 33b87a4

Please sign in to comment.