Skip to content

Commit

Permalink
version 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed Aug 22, 2014
1 parent 8a7912f commit 252f294
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 @@ A simple library for serial port communication with Clojure. Although serial com

Add the following to your `project.clj` dependencies:

[clj-serial "2.0.1"]
[clj-serial "2.0.2"]

## Usage

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-serial "2.0.2-SNAPSHOT"
(defproject clj-serial "2.0.2"
:description "Simple serial port library. Wraps PureJavaComm."
:url "https://github.com/peterschwarz/clj-serial"
:license {:name "Eclipse Public License - v 1.0"
Expand Down

0 comments on commit 252f294

Please sign in to comment.