diff --git a/README.md b/README.md index e6fc8d3..7a42c7a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small spying and stubbing library for Clojure and ClojureScript. ## Install -Add `[greenpowermonitor/test-doubles "0.1.1-SNAPSHOT"]` to `[:profiles :dev :dependencies]` in your `project.clj`. +Add `[greenpowermonitor/test-doubles "0.1.2"]` to `[:profiles :dev :dependencies]` in your `project.clj`. ## Usage diff --git a/project.clj b/project.clj index 33a2ea1..c43d685 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject greenpowermonitor/test-doubles "0.1.1-SNAPSHOT" +(defproject greenpowermonitor/test-doubles "0.1.2" :description "A small spying and stubbing library for Clojure and ClojureScript" :url "https://github.com/GreenPowerMonitor/test-doubles" :license {:name "Eclipse Public License"