From: Marius Gavrilescu Date: Sat, 9 May 2015 07:54:04 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001^0 X-Git-Url: http://git.ieval.ro/?p=music-tag-coveralia.git;a=commitdiff_plain;h=HEAD Bump version and update Changes --- diff --git a/Changes b/Changes index e905e7a..0b2c024 100644 --- 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 f56e504..f0880dd 100644 --- 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, diff --git a/lib/Music/Tag/Coveralia.pm b/lib/Music/Tag/Coveralia.pm index 34ae9e1..f7e3458 100644 --- a/lib/Music/Tag/Coveralia.pm +++ b/lib/Music/Tag/Coveralia.pm @@ -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, Emarius@ieval.roE =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,