Skip to content

Commit

Permalink
version: 0.1.0 -> 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestylianos committed Apr 5, 2018
1 parent b1b010b commit 8b8f748
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 8b8f748

Please sign in to comment.