Bump version and update Changes 1.000
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 May 2016 17:40:01 +0000 (18:40 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 May 2016 17:40:01 +0000 (18:40 +0100)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 979d76b345a4a600c4878b63ec56012e5d32b850..1bad3c1b9a5dd13788c5adc4faf24a201b85cb49 100644 (file)
--- 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 95fb3ebd9d00632dc49633c0fc0e9be80c8eca63..4aac73f404c3611c5e9c4219cf60ab0bd5d5f07a 100644 (file)
--- 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,
index cf16468be168d69498b4ead9bec69d2a2b308925..5b66bab875a222b234086ec0636b3f3d0c5991bc 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.012926 seconds and 4 git commands to generate.