From: Marius Gavrilescu Date: Sat, 16 Aug 2014 23:05:00 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.003002^0 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=c681179f99c8f2a7c501639c19ff65a740a8b7ea Bump version and update Changes --- 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//;