From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 20 May 2017 12:31:11 +0000 (+0100)
Subject: Bump version and update Changes
X-Git-Tag: 1.000005^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=5efa7b2c0f2f16c5a2db5f4a87efa1897dc17f66;p=www-offliberty.git

Bump version and update Changes
---

diff --git a/Changes b/Changes
index b403ad6..23cc60f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension WWW::Offliberty.
 
+1.000005 2017-05-20T13:31+01:00
+ - Change test video *again* to one that's unlikely to be deleted
+
 1.000004 2017-01-27T16:34+00:00
  - Change test video as previous test video was deleted, making tests fail
 
diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm
index ebbc97e..b2fdbcd 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.000004';
+our $VERSION = '1.000005';
 our @EXPORT_OK = qw/off/;
 
 our $OFF_URL = 'http://offliberty.com/off03.php';