Bump version and update Changes 1.000007
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Oct 2017 16:20:29 +0000 (17:20 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Oct 2017 16:20:29 +0000 (17:20 +0100)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index bb33ad6429046796d396b2e1aead1c9ac2a8ebda..5c7169b1cf76d127da0a073a6e90c169a615f4e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000007 2017-10-21T17:20+01:00
+ - Change OFF_URL to use new version of Offliberty (as old version was
+   shut down)
+
 1.000006 2017-08-18T18:00+08:00
  - Change test video from Youtube to Vimeo as Offliberty's Youtube
    support is broken
diff --git a/README b/README
index 7bbf8f9df67a8fee053e008837fc6755c5c15b27..0287e1e9b27fb3f0265ebf8f329eaeaf7cc667a6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WWW-Offliberty version 1.000006
+WWW-Offliberty version 1.000007
 ===============================
 
 Offliberty is a service that takes a URL to some media (for example a
index 031d7c14394f0b3008f8bfa71d87782037a6a19a..ea69374ae452434edf64a6627d826c1348873ff2 100644 (file)
@@ -4,7 +4,7 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000006';
+our $VERSION = '1.000007';
 our @EXPORT_OK = qw/off/;
 
 our $OFF_URL = 'http://offliberty.com/off04.php';
This page took 0.012722 seconds and 4 git commands to generate.