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