Bump version and update Changes master 1.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 May 2017 21:12:48 +0000 (00:12 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 May 2017 21:14:51 +0000 (00:14 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index b3c9fd675e6cae2d5d36ca7108b56843521b4a13..cda55c34206108a19b5a40c5f89d288e59285978 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::MusicExpo.
 
+1.003 2017-05-27T22:15+01:00
+ - Add a "Previous" button to the player
+ - Make code perlcritic-compliant
+
 1.002001 2016-10-29T00:25+01:00
  - Fix t/musicexpo-cache.t for systems with MP4::Info (RT #118534)
 
diff --git a/README b/README
index c1e24953932ca872ca363c6f48763642fb9f1583..f218d0ba89e0cde656b42f9e45f15231760b7489 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 1.002001
-==============================
+App-MusicExpo version 1.003
+===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
@@ -41,7 +41,7 @@ otherwise MusicExpo won't be able to do much!
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013-2016 by Marius Gavrilescu
+Copyright (C) 2013-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.14.2 or,
index 9f7de60d23804b309cad96209c80f123a3b50bdf..61f9412f97cf231933d75194461aa0c36a02a181 100644 (file)
@@ -3,7 +3,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '1.002001';
+our $VERSION = '1.003';
 
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;
@@ -268,7 +268,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2016 by Marius Gavrilescu
+Copyright (C) 2013-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.14.2 or,
This page took 0.01637 seconds and 4 git commands to generate.