From 5b02a525718a9d2b82f1f5d15b5edd8dcf82f29a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Oct 2017 20:39:11 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/IO/Compress/Brotli.pm | 2 +- lib/IO/Uncompress/Brotli.pm | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 620785a..f9d0167 100644 --- 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 0d5866c..fe25b7d 100644 --- 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. diff --git a/lib/IO/Compress/Brotli.pm b/lib/IO/Compress/Brotli.pm index 3bc0b6e..4692b98 100644 --- a/lib/IO/Compress/Brotli.pm +++ b/lib/IO/Compress/Brotli.pm @@ -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 { diff --git a/lib/IO/Uncompress/Brotli.pm b/lib/IO/Uncompress/Brotli.pm index 07fed0d..274b9f5 100644 --- a/lib/IO/Uncompress/Brotli.pm +++ b/lib/IO/Uncompress/Brotli.pm @@ -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); -- 2.30.2