Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschwarz committed Jun 19, 2015
1 parent 9fb6e38 commit 3fe0f49
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.3-SNAPSHOT"]
[clj-serial "2.0.3"]

## 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.3-SNAPSHOT"
(defproject clj-serial "2.0.3"
: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 3fe0f49

Please sign in to comment.