Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 15 Oct 2016 17:11:31 +0000 (18:11 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 15 Oct 2016 17:11:31 +0000 (18:11 +0100)
Changes
README
lib/Lyrics/Fetcher/LyricsTranslate.pm

diff --git a/Changes b/Changes
index 15b9362fdc1be2688386deb2adc2c6c54c9e7a73..2aa17fb79651e520ae2f4863c7734faf3591ad92 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Lyrics::Fetcher::LyricsTranslate.
 
+0.002 2016-10-15T18:11+01:00
+ - Allow searching for translations to languages other than English
+
 0.001 2016-09-01T00:35+01:00
  - Initial release
diff --git a/README b/README
index 3b6ad56c11787884cb14fe6979e251bb130b9245..e6fc4bbf32e8afaaab43667a0524d7383f7aef29 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
-Lyrics-Fetcher-LyricsTranslate version 0.001
+Lyrics-Fetcher-LyricsTranslate version 0.002
 ============================================
 
 This module tries to get translated lyrics from
-http://lyricstranslate.com It does a search for a translation of the
-given artist and song title from any language to English, and returns
-the contents of the first result found.
+http://lyricstranslate.com. It searches for a translation of the given
+artist and song title from any language to a requested language (which
+defaults to English), and returns the contents of the first result
+found.
 
 INSTALLATION
 
index f1ee778cc3df6a57cd1303873138f1f75016ce3a..983c5485354b3e20eceb7cf760e9d5b4ff8150f4 100644 (file)
@@ -8,7 +8,7 @@ use HTML::TreeBuilder;
 use HTTP::Tiny;
 use Scalar::Util qw/looks_like_number/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 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
This page took 0.011061 seconds and 4 git commands to generate.