From a3d8330c66c30d07f221c28efdcb87b9e5a2db21 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 21 Oct 2017 17:20:29 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/WWW/Offliberty.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index bb33ad6..5c7169b 100644 --- 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 7bbf8f9..0287e1e 100644 --- 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 diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index 031d7c1..ea69374 100644 --- a/lib/WWW/Offliberty.pm +++ b/lib/WWW/Offliberty.pm @@ -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'; -- 2.30.2