Bump version and update Changes
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 20:05:55 +0000 (22:05 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 20:05:55 +0000 (22:05 +0200)
Changes
README
lib/Zeal.pm
lib/Zeal/Docset.pm
lib/Zeal/Document.pm
lib/Zeal/Feed.pm

diff --git a/Changes b/Changes
index 2c4ba76704879ee14b23100f020190feabc4d5ae..032520a7bc68bc5bbb271982326449e19ad5680c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Zeal.
 
+0.001 2015-02-07T22:07+02:00
+ - First stable release
+
 0.000_003 2015-01-03T16:43+02:00
  - Make family:query syntax in Zeal->query stricter
  - Add support for anchors
diff --git a/README b/README
index 52b9879e5dd83859fcd201f5feacd9798c40c8da..eb596b3dc5ba0bc8ba18a3ba217a3216b4a16963 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Zeal version 0.000_002
-======================
+Zeal version 0.001
+==================
 
 Dash is an offline API documentation browser. Zeal.pm is a module for
 reading and querying Dash documentation sets.
index 1ba955eeea38843c4be8e040f3dc089b212a71b5..b5cc99e83b5eb7fd50712c63641b4c377a29235d 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use re '/s';
 
-our $VERSION = '0.000_003';
+our $VERSION = '0.001';
 
 use File::Spec::Functions qw/catfile/;
 
index 1ac98e2341240ea3da48ca6dac9c541cf05e58fe..d3e013bd0dbb49c4247e1d36817b27d5b765276e 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.000_003';
+our $VERSION = '0.001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_ro_accessors(qw/path plist dbh name id family/);
index 3ce27bca885ca512ebf27324a07ea67a641dce62..ccc5de6b2b9155e6b1a113920a3909a16c2d59ce 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.000_003';
+our $VERSION = '0.001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);
index d51aebbf3c1983ab79eedc896f4cbb176e6a3369..5964cfe878472255c681e249344d1565c3210485 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use re '/s';
 
-our $VERSION = '0.000_003';
+our $VERSION = '0.001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_ro_accessors(qw/version/);
This page took 0.014953 seconds and 4 git commands to generate.