Skip to content

Commit

Permalink
Release for Afterglow 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 29, 2015
1 parent d8e93c9 commit ac1d664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject afterglow-max "0.1.3"
(defproject afterglow-max "0.1.4"
:description "A package for hosting Afterglow inside Cycling ‘74’s Max."
:url "https://github.com/brunchboy/afterglow-max"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[afterglow "0.1.3"]
[afterglow "0.1.4"]
[com.taoensso/timbre "4.1.1"]]
:main afterglow.core ; So command-line arguments can be used, e.g. to convert QXF files.
:uberjar-name "afterglow-max.jar"
Expand Down

0 comments on commit ac1d664

Please sign in to comment.