Skip to content

Commit

Permalink
bump version 0.30_3
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Feb 5, 2012
1 parent a958fac commit dc1a9bb
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

0.30_3 Sun Feb 5 2012 Pavel Shaydo <zwon@cpan.org>
* replace accidentally used //= with ||=

0.30_2 Thu Feb 2 2012 Pavel Shaydo <zwon@cpan.org>
* add database parameter to the constructor
* add selected_database 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.30_2";
our $VERSION = "0.30_3";
$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 = "0.30_2";
our $VERSION = "0.30_3";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down

0 comments on commit dc1a9bb

Please sign in to comment.