]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Loader/XML.pm
Version 0.906
[chaz/p5-File-KDBX] / lib / File / KDBX / Loader / XML.pm
index 3736ba132d19034aa57b1f2887d05af6765560c7..81d548fe334e513291061015dbe2d89df990affc 100644 (file)
@@ -18,7 +18,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Loader';
 
-our $VERSION = '0.905'; # VERSION
+our $VERSION = '0.906'; # VERSION
 
 has '_reader',  is => 'ro';
 has '_safe',    is => 'ro', default => sub { File::KDBX::Safe->new(cipher => $_[0]->kdbx->random_stream) };
@@ -589,7 +589,7 @@ File::KDBX::Loader::XML - Load unencrypted XML KeePass files
 
 =head1 VERSION
 
-version 0.905
+version 0.906
 
 =head1 BUGS
 
This page took 0.02056 seconds and 4 git commands to generate.