musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 639891b3378a9408aa8fa25f605b5945c0e0f337
parent cb2f72fa0b85f5ba23be037cbeea1407a147ad90
Author: lostd <lostd@2f30.org>
Date:   Sun, 26 Nov 2017 14:59:06 +0200

Bump gem release

Diffstat:
MCHANGELOG | 2++
Mmusicfix.gemspec | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +## 0.2.2 +* Fix a numbering bug * Removed tracks filtering ## 0.2.1 diff --git a/musicfix.gemspec b/musicfix.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'musicfix' - s.version = '0.2.1' - s.date = '2017-11-08' + s.version = '0.2.2' + s.date = '2017-11-26' s.summary = 'Music file renamer and tagger that uses Discogs.com' s.description = 'Musicfix is a music file renamer and tagger with consistency concerns. ' +