diff --git a/README.md b/README.md index 11fb1ab..63e4b5c 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.0"]` to `[:profiles :dev :dependencies]` in your `project.clj`. +Add `[greenpowermonitor/test-doubles "0.1.1-SNAPSHOT"]` to `[:profiles :dev :dependencies]` in your `project.clj`. ## Usage diff --git a/project.clj b/project.clj index a70ae79..0ace4d1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject greenpowermonitor/test-doubles "0.1.0" +(defproject greenpowermonitor/test-doubles "0.1.1-SNAPSHOT" :description "A small spying and stubbing library for Clojure and ClojureScript" :url "https://github.com/GreenPowerMonitor/test-doubles" :license {:name "Eclipse Public License"