Skip to content

Commit

Permalink
Merge pull request #11 from andrestylianos/change-version-0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
version: 0.1.0 -> 0.1.1-SNAPSHOT
  • Loading branch information
trikitrok authored Apr 5, 2018
2 parents b1b010b + 8b8f748 commit 69bdca6
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.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

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

0 comments on commit 69bdca6

Please sign in to comment.