From 60376c0c311eded06caad49aec2d485462ffbb8e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 21 May 2016 18:40:01 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 4 ++-- lib/App/MusicExpo.pm | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 979d76b..1bad3c1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension App::MusicExpo. +1.000 2016-05-21T18:40+01:00 + - Make perlcritic happy and add perlcritic test + - Mark as stable + 0.006 2015-08-02T01:05+03:00 - Use fragments for music player to allow linking - Fix caching diff --git a/README b/README index 95fb3eb..4aac73f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-MusicExpo version 0.006 +App-MusicExpo version 1.000 =========================== App::MusicExpo creates a HTML table from a list of songs. @@ -35,7 +35,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2016 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 cf16468..5b66bab 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -3,7 +3,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.006'; +our $VERSION = '1.000'; use Audio::FLAC::Header qw//; use HTML::Template::Compiled qw//; @@ -237,7 +237,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2016 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