diff --git a/README.org b/README.org index 4a14240..c0f921a 100644 --- a/README.org +++ b/README.org @@ -5,7 +5,7 @@ 2. Equality assertions are also diffed. To use this library, include it in your dev profile: - : [pjstadig/humane-test-output "0.5.0"] + : [pjstadig/humane-test-output "0.6.0"] To activate it you will need to call ~pjstadig.humane-test-output/activate!~. One way to do this would be to put this in a ~user.clj~ file in your test diff --git a/project.clj b/project.clj index e8a231a..1fe141c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pjstadig/humane-test-output "0.5.0" +(defproject pjstadig/humane-test-output "0.6.0" :description "Humane test output for clojure.test" :url "http://github.com/pjstadig/humane-test-output/" :license {:name "Eclipse Public License"