From 1904b54c0625bcff5edc4434f953f44ef51e16d9 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 29 Oct 2016 00:25:01 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/App/MusicExpo.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index d798f8d..b3c9fd6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension App::MusicExpo. +1.002001 2016-10-29T00:25+01:00 + - Fix t/musicexpo-cache.t for systems with MP4::Info (RT #118534) + 1.002 2016-10-22T18:40+01:00 - Make all tag parsing libraries optional ("recommends" in META.json) - Don't die when fed unrecognised files (ignore them instead) diff --git a/README b/README index a397712..c1e2495 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-MusicExpo version 1.002 -=========================== +App-MusicExpo version 1.002001 +============================== App::MusicExpo creates a HTML table from a list of songs. diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 460b1c2..49276c1 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -3,7 +3,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '1.002'; +our $VERSION = '1.002001'; use HTML::Template::Compiled qw//; use Memoize qw/memoize/; -- 2.30.2