Bump to 0.6.0.

This commit is contained in:
Paul Stadig 2014-03-28 09:04:10 -04:00
parent fc5a3bdf7a
commit 38d5d0867f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"