Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 26, 2018
1 parent 1db39d9 commit ca1cb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ browser you can use `cljs-test-display`.
### Dependencies

You will need to add `[com.bhauman/cljs-test-display "0.1.0"]` to your
You will need to add `[com.bhauman/cljs-test-display "0.1.1"]` to your
project's dependencies *along with* a recent version of
ClojureScript. It has been tested with
`[org.clojure/cojurescript 1.10.238]` and above, but it should work
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.bhauman/cljs-test-display "0.1.1-SNAPSHOT"
(defproject com.bhauman/cljs-test-display "0.1.1"
:description "Provides a visual display for ClojureScript tests."
:url "https://github.com/bhauman/cljs-test-display"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ca1cb60

Please sign in to comment.