From c681179f99c8f2a7c501639c19ff65a740a8b7ea Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 02:05:00 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 8 ++++++++ README | 4 ++-- lib/App/MusicExpo.pm | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 4050dde..d4983de 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Perl extension App::MusicExpo. +0.003002 2014-08-17T02:05+03:00 + - CPAN Day cleanup release + - Improve musicexpo POD + - Set POD encoding to utf-8 + - Reindent and refactor Makefile.PL + - Update README + - Update copyright years + 0.003001 2014-01-02T12:33:11 - Make empty.ogg longer (RT #91794 and #43693) - Add SIGN => 1 to Makefile.PL diff --git a/README b/README index dd1c1d1..7b0eb40 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-MusicExpo version 0.002 -=========================== +App-MusicExpo version 0.003002 +============================== App::MusicExpo creates a HTML table from a list of songs. diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 9927bfc..242e0df 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.003001; +our $VERSION = '0.003002'; use Audio::FLAC::Header qw//; use HTML::Template::Compiled qw//; -- 2.30.2