summaryrefslogtreecommitdiff
path: root/lib/App/Raps2/Password.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-13 14:01:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-13 14:01:38 +0200
commit97beb3e0db45550784dced0abfbe38f0eb65571c (patch)
treeeb84fe70e317fd2ea57b98bff3fe2dcea5fb6ec3 /lib/App/Raps2/Password.pm
parent2dce451112537026d805e748f86bb7fbaa554c93 (diff)
Release v0.20.2
Diffstat (limited to 'lib/App/Raps2/Password.pm')
-rw-r--r--lib/App/Raps2/Password.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Raps2/Password.pm b/lib/App/Raps2/Password.pm
index 189614b..10431ed 100644
--- a/lib/App/Raps2/Password.pm
+++ b/lib/App/Raps2/Password.pm
@@ -10,7 +10,7 @@ use Crypt::CBC;
use Crypt::Eksblowfish;
use Crypt::Eksblowfish::Bcrypt qw(bcrypt_hash en_base64 de_base64);
-our $VERSION = '0.1';
+our $VERSION = '0.2';
sub new {
my ($obj, %conf) = @_;