Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 3, 2018
1 parent fc79735 commit 34fe405
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Eftest is a fast and pretty Clojure test runner.

To install, add the following to your project `:dependencies`:

[eftest "0.5.2"]
[eftest "0.5.3"]

Alternatively, if you just want to use Eftest as a `lein test`
replacement, add the following to your project `:plugins`:

[lein-eftest "0.5.2"]
[lein-eftest "0.5.3"]

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion eftest/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject eftest "0.5.2"
(defproject eftest "0.5.3"
:description "A fast and pretty test runner"
:url "https://github.com/weavejester/eftest"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion lein-eftest/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-eftest "0.5.2"
(defproject lein-eftest "0.5.3"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion lein-eftest/src/leiningen/eftest.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[leiningen.core.project :as project]))

(def eftest-profile
{:dependencies '[[eftest "0.5.2"]]})
{:dependencies '[[eftest "0.5.3"]]})

(defn- report-namespace [project]
(if-let [reporter (get-in project [:eftest :report])]
Expand Down

0 comments on commit 34fe405

Please sign in to comment.