Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Dec 1, 2017
1 parent ab8c767 commit 2f3c307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.

## [0.3.6] - 2017-11-30

### Fixed

- When looping a track that has audio data that extends well past the
Expand Down Expand Up @@ -372,7 +376,8 @@ support.
- Set up initial project structure.
- Selector to choose MIDI output as trigger destination.

[unreleased]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.5...HEAD
[unreleased]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.6...HEAD
[0.3.6]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/brunchboy/beat-link-trigger/compare/v0.3.2...v0.3.3
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject beat-link-trigger "0.3.6-SNAPSHOT"
(defproject beat-link-trigger "0.3.6"
:description "Trigger events in response to CDJ activity."
:url "https://github.com/brunchboy/beat-link-trigger"
:license {:name "Eclipse Public License"
Expand All @@ -13,7 +13,7 @@
[fipp "0.6.10"]
[inspector-jay "0.3"]
[me.raynes/fs "1.4.6"]
[org.deepsymmetry/beat-link "0.3.6-SNAPSHOT"]
[org.deepsymmetry/beat-link "0.3.6"]
[overtone/midi-clj "0.5.0" :exclusions [overtone/at-at]]
[overtone/osc-clj "0.9.0"]
[seesaw "1.4.5"]
Expand Down

0 comments on commit 2f3c307

Please sign in to comment.