Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 26, 2017
1 parent d1c68c6 commit 6fe9d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0"
(defproject lein-eftest "0.3.1"
: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.3.0"]]})
{:dependencies '[[eftest "0.3.1"]]})

(defn- report-namespace [project]
(-> project :eftest (:report 'eftest.report.progress/report) namespace symbol))
Expand Down

0 comments on commit 6fe9d41

Please sign in to comment.