commit f255b384467cc0325c18e68a061052564814b649
parent 9ad31970ab0506ff21fc36d38ec3a5664b7802e7
Author: lostd <lostd@2f30.org>
Date: Sat, 8 Mar 2014 18:09:08 +0000
Commit version bumping
Diffstat:
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,4 +1,6 @@
* Get artwork from the s.pixogs.com domain.
+
+## 0.1.6
* Can now generate release files from audio file tags.
* Add the release metadata saving functionality and loading logic.
diff --git a/bin/musicfix b/bin/musicfix
@@ -11,7 +11,7 @@ require 'taglib'
require 'yaml'
# Headers
-Ver = '0.1.5'
+Ver = '0.1.6'
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.5'
- s.date = '2013-11-11'
+ s.version = '0.1.6'
+ s.date = '2014-01-12'
s.summary = 'Music file renamer and tagger that uses Discogs.com'
s.description =
'Musicfix is a music file renamer and tagger with consistency concerns. ' +