From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 22 Oct 2016 17:40:17 +0000 (+0100)
Subject: Bump version and update Changes
X-Git-Tag: 1.002^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=0df954177f8938860e99fb6c61acdd14796c39b7;p=app-musicexpo.git

Bump version and update Changes
---

diff --git a/Changes b/Changes
index 93c5ac0..d798f8d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension App::MusicExpo.
 
+1.002 2016-10-22T18:40+01:00
+ - Make all tag parsing libraries optional ("recommends" in META.json)
+ - Don't die when fed unrecognised files (ignore them instead)
+ - Mark as stable
+
 1.001_001 2016-08-20T10:38-04:00
  - Implement opus using Audio::Opusfile
  - Next stable version should make all tag parsing libraries optional
diff --git a/README b/README
index 340e4d7..a397712 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 1.001_001
-===============================
+App-MusicExpo version 1.002
+===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm
index f2ee745..460b1c2 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.001_001';
+our $VERSION = '1.002';
 
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;