Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro Hozumi committed Jun 12, 2014
1 parent e79c0a3 commit 3be1b35
Show file tree
Hide file tree
Showing 2 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 @@ -56,7 +56,7 @@ When piping commands using sh-pipe, the first command that does not exit success
Note: Commands that are waiting for piped input downstream of any such error might receive an empty stream. Most likely, they will finish execution, but their output will be logically incorrect.

## Installation
Leiningen [org.clojars.hozumi/clj-commons-exec "1.0.7"]
Leiningen [org.clojars.hozumi/clj-commons-exec "1.1.0"]

## License

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject org.clojars.hozumi/clj-commons-exec "1.0.7"
(defproject org.clojars.hozumi/clj-commons-exec "1.1.0"
:description "Apache Commons Exec wrapper for Clojure"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.apache.commons/commons-exec "1.1"]]
[org.apache.commons/commons-exec "1.2"]]
:warn-on-reflection true)

0 comments on commit 3be1b35

Please sign in to comment.