Bump version and update Changes 0.003003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Sep 2014 21:56:28 +0000 (00:56 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Sep 2014 21:56:28 +0000 (00:56 +0300)
Changes
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index d4983de5cdfa0dc5567f6c02acb01da54fae821c..0d7f3506e81a274d7acddd3bb98b9ee51f5745f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::MusicExpo.
 
+0.003003 2014-09-07T00:56+03:00
+ - Switch to JSON::MaybeXS
+ - Handle UTF-8 correctly
+
 0.003002 2014-08-17T02:05+03:00
  - CPAN Day cleanup release
  - Improve musicexpo POD
index ef99911562494db12f098cdc34bd9016ce0d12bd..ee8a8f54b64d9613a5cf785a4b0037574d2ba774 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = '0.003002';
+our $VERSION = '0.003003';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
This page took 0.011013 seconds and 4 git commands to generate.