Skip to content

Commit

Permalink
Bugfix release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrysko committed Jun 14, 2017
1 parent 068dcf7 commit 6c3b5b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parallel, execute all the tests flagged as such.

## Usage

Put `[com.holychao/parallel-test "0.3.0"]` into the `:plugins` vector of your project.clj.
Put `[com.holychao/parallel-test "0.3.1"]` into the `:plugins` vector of your project.clj.

$ lein parallel-test

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.holychao/parallel-test "0.3.0"
(defproject com.holychao/parallel-test "0.3.1"
:description "Executes tests in parallel."
:url "http://github.com/aredington/parallel-test"
:license {:name "EPL"
Expand Down
2 changes: 1 addition & 1 deletion src/com/holychao/parallel_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns com.holychao.parallel-test)

(def VERSION "0.3.0")
(def VERSION "0.3.1")

(def ^:dynamic *category*
"Var holding the current category while tests are being run."
Expand Down

0 comments on commit 6c3b5b0

Please sign in to comment.