Bump version and update Changes
[io-compress-brotli.git] / lib / IO / Compress / Brotli.pm
index 7c463b18ade0011eda9966124e730b0d216b5122..05651f770e3e0dc96bb19b0c08d873aeb5d28fec 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003';
+our $VERSION = '0.003_001';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
This page took 0.009004 seconds and 4 git commands to generate.