Bump version and update Changes
[zeal.git] / lib / Zeal / Document.pm
index d4156702349d482ecd9e5b6b5ca03b619c44a83b..9a533fb3df55ed705aa3a28e0349ca5bc532402e 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.000_002';
+our $VERSION = '0.001001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);
@@ -81,7 +81,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.1 or,
This page took 0.009221 seconds and 4 git commands to generate.