Bump version and update Changes 1.001_001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Aug 2016 14:38:02 +0000 (10:38 -0400)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Aug 2016 14:38:02 +0000 (10:38 -0400)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index d1659e11c49c6c3e288b05ae93fcd25627eeaca9..93c5ac0f07c0a5e50fe8cd560b901c4c8969ba26 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::MusicExpo.
 
+1.001_001 2016-08-20T10:38-04:00
+ - Implement opus using Audio::Opusfile
+ - Next stable version should make all tag parsing libraries optional
+
 1.001_000 2016-07-22T23:39-04:00
  - Implement opus badly (by calling opusinfo)
  - Next version should use libopusinfo
diff --git a/README b/README
index 752ff5beb578c4ab711643289c95dfc627ad69fc..42debf7661badb152be03eba7a95a4c344650bf1 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-MusicExpo version 1.001_000
+App-MusicExpo version 1.001_001
 ===============================
 
 App::MusicExpo creates a HTML table from a list of songs.
@@ -28,6 +28,7 @@ DEPENDENCIES
 This module requires these other modules and libraries:
 
   * Audio::FLAC::Header
+  * Audio::Opusfile
   * HTML::Template::Compiled
   * MP3::Info
   * MP4::Info
index 3f8bc42d80152cb8559d6770640cc87470eeb42b..c1433ca44c23566cf5ec4808f5c38a26930b9955 100644 (file)
@@ -3,7 +3,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '1.001_000';
+our $VERSION = '1.001_001';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
This page took 0.013074 seconds and 4 git commands to generate.