Skip to content

Commit

Permalink
2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed Jun 26, 2015
1 parent 86fafa5 commit ed475ba
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.1-SNAPSHOT"]
[clj-firmata "2.1.1"]
```

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.1-SNAPSHOT"
(defproject clj-firmata "2.1.1"
: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 ed475ba

Please sign in to comment.