Bump version and update Changes 1.001_000
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Jul 2016 03:39:04 +0000 (23:39 -0400)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 23 Jul 2016 03:39:04 +0000 (23:39 -0400)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 1bad3c1b9a5dd13788c5adc4faf24a201b85cb49..d1659e11c49c6c3e288b05ae93fcd25627eeaca9 100644 (file)
--- 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 4aac73f404c3611c5e9c4219cf60ab0bd5d5f07a..752ff5beb578c4ab711643289c95dfc627ad69fc 100644 (file)
--- 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.
 
index 5dd41b60f02819ef2def84562dd77c86348f9b35..5eb5a6a840d427b16b8efebd2f442e6ca8f50815 100644 (file)
@@ -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//;
This page took 0.012873 seconds and 4 git commands to generate.