Bump version and update Changes master 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 9 May 2015 07:54:04 +0000 (10:54 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 9 May 2015 07:55:14 +0000 (10:55 +0300)
Changes
README
lib/Music/Tag/Coveralia.pm

diff --git a/Changes b/Changes
index e905e7aa749560b1eb4cab7e2848f0609bab44ae..0b2c0240f3a6d14bae8b71b642caffba4d2db9df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for Perl extension Music::Tag::Coveralia.
 
+0.001 2015-05-09T10:55+02:00
+ - Stable release
+ - Use HTTP::Tiny instead of LWP::Simple
+
 0.000_001 2014-10-30T01:02+02:00
  - Initial release
diff --git a/README b/README
index f56e50468eea6b8ea983d66553921dfcd82c2a69..f0880ddbe439765e63176b1d0ca1b98f2469d7b0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Music-Tag-Coveralia version 0.000_001
-=====================================
+Music-Tag-Coveralia version 0.001
+=================================
 
 INSTALLATION
 
@@ -20,7 +20,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-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,
index 34ae9e13a071da5bf61d6ad9d543b5e5a76a2e03..f7e3458c054d3b7c6c004c134f2a36d3c399cbcc 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use parent qw/Music::Tag::Generic/;
 
-our $VERSION = '0.000_001';
+our $VERSION = '0.001';
 
 use HTTP::Tiny;
 use WWW::Search;
@@ -96,7 +96,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.012191 seconds and 4 git commands to generate.