commit e82706718e1b1380192bf55962947bcb980a2a04
parent 0e019c6a2b25d612be0331d58ed75c79fcc51260
Author: lostd <lostd@2f30.org>
Date: Wed, 1 Oct 2014 17:20:56 +0300
Bump to 0.1.7
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,4 @@
+## 0.1.7
* Fix http requests to work with the current API.
* All stdout output is valid YAML.
* Sort tracklist of output release file in filename order.
diff --git a/bin/musicfix b/bin/musicfix
@@ -9,7 +9,7 @@ require 'taglib'
require 'yaml'
# Headers
-Ver = '0.1.6'
+Ver = '0.1.7'
Homepage = 'http://git.2f30.org/musicfix/'
Headers = {'User-Agent' => "musicfix/#{Ver} +#{Homepage}"}
diff --git a/musicfix.gemspec b/musicfix.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'musicfix'
- s.version = '0.1.6'
- s.date = '2014-01-12'
+ s.version = '0.1.7'
+ s.date = '2014-10-01'
s.summary = 'Music file renamer and tagger that uses Discogs.com'
s.description =
'Musicfix is a music file renamer and tagger with consistency concerns. ' +