Bump version and update Changes 1.000004
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Jan 2017 16:34:05 +0000 (16:34 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Jan 2017 16:34:05 +0000 (16:34 +0000)
Changes
README
lib/WWW/Offliberty.pm

diff --git a/Changes b/Changes
index 83297733b8e0d8418c53531f3cb3c77ddde947d8..b403ad6d78615e8ca455e313ade6761d4a26dad5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000004 2017-01-27T16:34+00:00
+ - Change test video as previous test video was deleted, making tests fail
+
 1.000003 2016-07-14T08:18+01:00
  - Update OFF_URL
  - Make OFF_URL easier to override and document this
diff --git a/README b/README
index d808eff2cbc488f4b8b61e04b15b42085b9a708d..996d2ce8294aaef908b84e4b54e08fdb486e170e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WWW-Offliberty version 1.000003
+WWW-Offliberty version 1.000004
 ===============================
 
 Offliberty is a service that takes a URL to some media (for example a
@@ -30,7 +30,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.18.1 or,
index d9bd33fd792c8869e17ba4587ffa296de65a8787..ebbc97efbc747930a5a750de2fca85b3a6f79eb7 100644 (file)
@@ -4,7 +4,7 @@ use 5.008009;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '1.000003';
+our $VERSION = '1.000004';
 our @EXPORT_OK = qw/off/;
 
 our $OFF_URL = 'http://offliberty.com/off03.php';
@@ -71,7 +71,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.18.1 or,
This page took 0.013215 seconds and 4 git commands to generate.