From b67c2762b65efca590eb4d7c6eab9b8578d1e821 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 7 Sep 2014 00:56:28 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ lib/App/MusicExpo.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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//; -- 2.30.2