commit 318768e1d7dbd376ab38c91ba516ec6b2b136794
parent 513511214634036b0096ec4824a344c613ec33a7
Author: lostd <lostd@2f30.org>
Date: Mon, 11 Nov 2013 14:55:49 +0000
Bugfix release
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,6 @@
+## 0.1.5
+* Dummy song entries have empty pos, not nil (came with JSON change).
+
## 0.1.4
* Remove the discogs-wrapper gem dependency and directly call the
Discogs API with JSON output format.
diff --git a/musicfix.gemspec b/musicfix.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'musicfix'
- s.version = '0.1.4'
+ s.version = '0.1.5'
s.date = '2013-11-11'
s.summary = 'Music file renamer and tagger that uses Discogs.com'
s.description =