From a06c3a2b63b4589efad35aebfbbe32d53e8f3d13 Mon Sep 17 00:00:00 2001
From: Marius Gavrilescu <marius@ieval.ro>
Date: Thu, 2 Apr 2015 22:51:06 +0300
Subject: [PATCH] Bump version and update Changes

---
 Changes              | 7 +++++++
 README               | 5 ++---
 lib/App/MusicExpo.pm | 4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index 483b572..fb60124 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension App::MusicExpo.
 
+0.005 2015-04-02T22:51+03:00
+ - Add a javascript player
+ - Add example CSS
+ - Drop JSON
+ - Drop taint mode
+ - Update the default template
+
 0.004 2014-10-25T15:20+03:00
  - Add MP4 support
  - Use tags from all versions of a file, not just from the first one
diff --git a/README b/README
index 58a8446..fce0508 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-MusicExpo version 0.004
+App-MusicExpo version 0.005
 ===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
@@ -32,12 +32,11 @@ This module requires these other modules and libraries:
   * Memoize
   * MP3::Tag
   * MP4::Info
-  * JSON::MaybeXS
   * Ogg::Vorbis::Header::PurePerl
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 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 32c7806..4ff61ba 100644
--- a/lib/App/MusicExpo.pm
+++ b/lib/App/MusicExpo.pm
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
@@ -238,7 +238,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 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.39.5