From: Marius Gavrilescu Date: Sat, 6 Sep 2014 21:56:28 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.003003^0 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=b67c2762b65efca590eb4d7c6eab9b8578d1e821 Bump version and update Changes --- diff --git a/Changes b/Changes index d4983de..0d7f350 100644 --- 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 diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index ef99911..ee8a8f5 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.003002'; +our $VERSION = '0.003003'; use Audio::FLAC::Header qw//; use HTML::Template::Compiled qw//;