diff --git a/README.md b/README.md index 6e7db6d..74a2cca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index e9acc82..1f80e4b 100644 --- a/project.clj +++ b/project.clj @@ -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"