From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 24 Jun 2017 11:40:12 +0000 (+0300)
Subject: Bump version and update Changes
X-Git-Tag: 0.002001^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;ds=inline;p=lyrics-fetcher-lyricstranslate.git

Bump version and update Changes
---

diff --git a/Changes b/Changes
index 2aa17fb..89068fb 100644
--- 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 e6fc4bb..1b0047a 100644
--- 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,
diff --git a/lib/Lyrics/Fetcher/LyricsTranslate.pm b/lib/Lyrics/Fetcher/LyricsTranslate.pm
index 3c1016e..2ae56b2 100644
--- a/lib/Lyrics/Fetcher/LyricsTranslate.pm
+++ b/lib/Lyrics/Fetcher/LyricsTranslate.pm
@@ -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,