Skip to content

Commit

Permalink
Release with Afterglow 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 3, 2016
1 parent bad7724 commit 7f317bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
(defproject afterglow-max "0.2.0-SNAPSHOT"
(defproject afterglow-max "0.2.0"
: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.8.0-RC5"]
[afterglow "0.2.0-SNAPSHOT"]
[com.taoensso/timbre "4.2.0"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[com.climate/claypoole "1.1.0"]
[afterglow "0.2.0" :exclusions [com.climate/claypoole]]
[com.taoensso/timbre "4.2.1"]]
:main afterglow.core ; So command-line arguments can be used, e.g. to convert QXF files.
:uberjar-name "afterglow-max.jar"
:manifest {"Name" ~#(str (clojure.string/replace (:group %) "." "/")
Expand Down

0 comments on commit 7f317bc

Please sign in to comment.