Skip to content

Commit

Permalink
Version 2.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed May 1, 2015
1 parent c6b530e commit 0da0c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Add the following to your `project.clj`

```clojure
[clj-firmata "2.1.0-SNAPSHOT"]
[clj-firmata "2.1.0"]
```

For Clojurescript usage, see [here](doc/clojurescript.md)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-firmata "2.1.0-SNAPSHOT"
(defproject clj-firmata "2.1.0"
:description "A Standard Firmata (http://firmata.org/) client."
:url "https://github.com/peterschwarz/clj-firmata"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 0da0c33

Please sign in to comment.