Skip to content

Commit

Permalink
2.0.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed Nov 14, 2014
1 parent d70cb0a commit 34ff498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Add the following to your `project.clj`

[clj-firmata 2.0.0-SNAPSHOT]
[clj-firmata 2.0.0]

For Clojurescript usage, see [here](doc/clojurescript.md)

Expand Down
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-firmata "2.0.0-SNAPSHOT"
(defproject clj-firmata "2.0.0"
:description "clj-firmata provides access to Standard Firmata (http://firmata.org/) commands via clojure"
:url "https://github.com/peterschwarz/clj-firmata"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -27,7 +27,6 @@
[lein-cloverage "1.0.2"]
[lein-cljsbuild "1.0.3"]
[com.cemerick/clojurescript.test "0.3.1"]
; [com.cemerick/clojurescript.test "0.3.2-SNAPSHOT"]
[lein-npm "0.4.0"]
[org.bodil/lein-noderepl "0.1.11"]]
:aliases {"cleantest" ["do" "clean," "cljx" "once," "test,"
Expand Down

0 comments on commit 34ff498

Please sign in to comment.