From c9bd8d3072e9496592e626126b7ec47c965b87b0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 14 Jul 2016 08:17:58 +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 5bce435..8329773 100644 --- 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 618f529..d808eff 100644 --- 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 diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index 33740c8..d9bd33f 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.000002'; +our $VERSION = '1.000003'; our @EXPORT_OK = qw/off/; our $OFF_URL = 'http://offliberty.com/off03.php'; -- 2.30.2