Bump version and update Changes 1.000003
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 14 Jul 2016 07:17:58 +0000 (08:17 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 14 Jul 2016 07:17:58 +0000 (08:17 +0100)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index 5bce435c0ee652bbb909e577a7cc7da567e10a18..83297733b8e0d8418c53531f3cb3c77ddde947d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000003 2016-07-14T08:18+01:00
+ - Update OFF_URL
+ - Make OFF_URL easier to override and document this
+
 1.000002 2015-12-19T18:20+02:00
  - Depend on HTTP::Tiny >= 0.014
  - Add perlcritic test and make code comply
diff --git a/README b/README
index 618f52937204174b6ad4435e484a9db05dc8e2ae..d808eff2cbc488f4b8b61e04b15b42085b9a708d 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WWW-Offliberty version 1.000001
+WWW-Offliberty version 1.000003
 ===============================
 
 Offliberty is a service that takes a URL to some media (for example a
index 33740c83f6268acbbeedbf8044b7f4807dee22c6..d9bd33fd792c8869e17ba4587ffa296de65a8787 100644 (file)
@@ -4,7 +4,7 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000002';
+our $VERSION = '1.000003';
 our @EXPORT_OK = qw/off/;
 
 our $OFF_URL = 'http://offliberty.com/off03.php';
This page took 0.01119 seconds and 4 git commands to generate.