From: Marius Gavrilescu Date: Sat, 23 Jul 2016 03:39:04 +0000 (-0400) Subject: Bump version and update Changes X-Git-Tag: 1.001_000^0 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=3ae7eb15f60751bb36dcf6be01c7c4c997b3ba7c Bump version and update Changes --- diff --git a/Changes b/Changes index 1bad3c1..d1659e1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension App::MusicExpo. +1.001_000 2016-07-22T23:39-04:00 + - Implement opus badly (by calling opusinfo) + - Next version should use libopusinfo + 1.000 2016-05-21T18:40+01:00 - Make perlcritic happy and add perlcritic test - Mark as stable diff --git a/README b/README index 4aac73f..752ff5b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-MusicExpo version 1.000 -=========================== +App-MusicExpo version 1.001_000 +=============================== App::MusicExpo creates a HTML table from a list of songs. diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 5dd41b6..5eb5a6a 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.000'; +our $VERSION = '1.001_000'; use Audio::FLAC::Header qw//; use HTML::Template::Compiled qw//;