From: Marius Gavrilescu Date: Sun, 4 May 2014 06:10:39 +0000 (+0300) Subject: Bump version X-Git-Tag: 0.002~2 X-Git-Url: http://git.ieval.ro/?p=www-offliberty.git;a=commitdiff_plain;h=e2c068e816d9cc5fac8c534c69132716e802b8b8 Bump version --- 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;