Bump version
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 4 May 2014 06:10:39 +0000 (09:10 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 4 May 2014 06:10:39 +0000 (09:10 +0300)
README
lib/WWW/Offliberty.pm

diff --git a/README b/README
index 4497a6c5a077975d1fea803cdd03ed4caf1be098..5595369d2d4eb8e55a390ab95f38bc9315961ba2 100644 (file)
--- 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.
index f6ac6c3135e317d9f8d6cc36c3390dfe8c5d96f9..3f9a152b8e8d7a305cb0283ad5a6617b27d4e5e5 100644 (file)
@@ -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;
This page took 0.01169 seconds and 4 git commands to generate.