]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Cipher/CBC.pm
Version 0.902
[chaz/p5-File-KDBX] / lib / File / KDBX / Cipher / CBC.pm
index a759452d830eefa98410b490b12578a826318a0d..8f798de195a76babc14d9d45def4e75378d2bfa2 100644 (file)
@@ -11,7 +11,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Cipher';
 
-our $VERSION = '0.901'; # VERSION
+our $VERSION = '0.902'; # VERSION
 
 has key_size => 32;
 sub iv_size     { 16 }
@@ -63,7 +63,7 @@ File::KDBX::Cipher::CBC - A CBC block cipher mode encrypter/decrypter
 
 =head1 VERSION
 
-version 0.901
+version 0.902
 
 =head1 SYNOPSIS
 
This page took 0.021509 seconds and 4 git commands to generate.