Bump version, write README and update Changes
[convert-base91.git] / lib / Convert / Base91.pm
index 075b75db4aac853d4cb8447e7424c0201001cdb3..2acfc0509fcb0506e1b50d50f276eca9514e57d4 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT_OK = qw/encode_base91 decode_base91/;
 our @EXPORT = ();
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 require XSLoader;
 XSLoader::load('Convert::Base91', $VERSION);
This page took 0.009742 seconds and 4 git commands to generate.