From e2c068e816d9cc5fac8c534c69132716e802b8b8 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 4 May 2014 09:10:39 +0300 Subject: [PATCH] Bump version --- README | 2 +- lib/WWW/Offliberty.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4497a6c..5595369 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WWW-Offliberty version 0.001 +WWW-Offliberty version 0.002 ============================ WWW::Offliberty is a simple interface to the offliberty.com download service. diff --git a/lib/WWW/Offliberty.pm b/lib/WWW/Offliberty.pm index f6ac6c3..3f9a152 100644 --- a/lib/WWW/Offliberty.pm +++ b/lib/WWW/Offliberty.pm @@ -4,7 +4,7 @@ use 5.014; use strict; use warnings; use parent qw/Exporter/; -our $VERSION = '0.001'; +our $VERSION = '0.002'; our @EXPORT_OK = qw/off/; use HTML::TreeBuilder; -- 2.30.2