From 3ae7eb15f60751bb36dcf6be01c7c4c997b3ba7c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 22 Jul 2016 23:39:04 -0400 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 4 ++-- lib/App/MusicExpo.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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//; -- 2.30.2