Bump version and update Changes master 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Jun 2017 11:40:12 +0000 (14:40 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 24 Jun 2017 11:40:12 +0000 (14:40 +0300)
Changes
README
lib/Lyrics/Fetcher/LyricsTranslate.pm

diff --git a/Changes b/Changes
index 2aa17fb79651e520ae2f4863c7734faf3591ad92..89068fb4473b11aaedf61ec085957d1d05ab29f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Lyrics::Fetcher::LyricsTranslate.
 
+0.002001 2017-06-24T14:40+03:00
+ - Make module work with the new site layout
+
 0.002 2016-10-15T18:11+01:00
  - Allow searching for translations to languages other than English
 
diff --git a/README b/README
index e6fc4bbf32e8afaaab43667a0524d7383f7aef29..1b0047a95d57cca8ad6bf2fba83facc3711fd6ea 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Lyrics-Fetcher-LyricsTranslate version 0.002
-============================================
+Lyrics-Fetcher-LyricsTranslate version 0.002001
+===============================================
 
 This module tries to get translated lyrics from
 http://lyricstranslate.com. It searches for a translation of the given
@@ -26,7 +26,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 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.24.0 or,
index 3c1016e9e2577e2602379487b18cb15a34b8f8d5..2ae56b2d8f167c813ae12c93fe232870010d066f 100644 (file)
@@ -8,7 +8,7 @@ use HTML::TreeBuilder;
 use HTTP::Tiny;
 use Scalar::Util qw/looks_like_number/;
 
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
 our $BASE_URL = 'http://lyricstranslate.com';
 # 0 means (from) any language; the following arguments are the
 # destination language, artist, and title. The meaning of the last
@@ -446,7 +446,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 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.24.0 or,
This page took 0.013117 seconds and 4 git commands to generate.