Bump version and update Changes 0.004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Oct 2017 19:39:11 +0000 (20:39 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Oct 2017 19:39:11 +0000 (20:39 +0100)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index 620785a629093540b814dc6270be9f9a8ef7627e..f9d01670865858f20b9b57512b1464cfba73e241 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension IO::Compress::Brotli.
 
+0.004 2017-10-28T20:40+01:00
+ - Same as 0.003_002
+
 0.003_002 2017-10-14T18:55+01:00
  - Fix bad version causing test failures
 
diff --git a/README b/README
index 0d5866c2b93d818681ec1168837ce38a2126c46a..fe25b7d34c8bb0e54bca8de314e114eec34aeb68 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-IO-Compress-Brotli version 0.003_002
-====================================
+IO-Compress-Brotli version 0.004
+================================
 
 Brotli is a data compression format primarily used in web fonts and
 (more recently) HTTP compression.
index 3bc0b6e59200bf5c082e7e89095cd336fa594eb8..4692b983e6d36fbf41810088727611fd63eb5c37 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003_002';
+our $VERSION = '0.004';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
index 07fed0d84629d242880ebcbbb9230b76df02c9ac..274b9f55d805b980f2969fb5173ac308c0b25f23 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003_002';
+our $VERSION = '0.004';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
This page took 0.013732 seconds and 4 git commands to generate.