Skip to content

Commit

Permalink
Merge branch 'bump-to-0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestylianos committed Apr 9, 2018
2 parents 5aa55a7 + 54d2104 commit d5a329b
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 @@ -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

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 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"
Expand Down

0 comments on commit d5a329b

Please sign in to comment.