From 4f2494749e6b69defc02508da8d465a4533435aa Mon Sep 17 00:00:00 2001 From: James Elliott Date: Wed, 25 May 2016 09:36:37 -0500 Subject: [PATCH] Emergency fix release. --- CHANGELOG.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b191699..69739a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This change log follows the conventions of ## [Unreleased][unreleased] +Nothing so far. + +## [0.1.4] - 2016-05-25 + ### Fixed - Crash in trying to interpret beat number which blocked opening of @@ -71,7 +75,8 @@ This change log follows the conventions of - Intial early release. -[unreleased]: https://github.com/brunchboy/dysentery/compare/v0.1.3...HEAD +[unreleased]: https://github.com/brunchboy/dysentery/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/brunchboy/dysentery/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/brunchboy/dysentery/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/brunchboy/dysentery/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/brunchboy/dysentery/compare/v0.1.0...v0.1.1 diff --git a/project.clj b/project.clj index da58442..6b43f14 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dysentery "0.1.4-SNAPSHOT" +(defproject dysentery "0.1.4" :description "Exploring ways to participate in a Pioneer Pro DJ Link network" :url "http://github.com/brunchboy/dysentery" :license {:name "Eclipse Public License"