From 2457a24f2a6dae6ef517f204af18ed6d66c06f62 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 28 May 2017 00:12:48 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 6 +++--- lib/App/MusicExpo.pm | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b3c9fd6..cda55c3 100644 --- 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 c1e2495..f218d0b 100644 --- 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, diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 9f7de60..61f9412 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -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, Emarius@ieval.roE =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, -- 2.30.2