Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Import release v0.9.1
Browse files Browse the repository at this point in the history
This is a legacy import of the release originally managed in pure
github.  You may find the history of this release in the archives
here:

https://github.com/hyperledger-archives/fabric-chaintool/releases/tag/v0.9.1

Change-Id: Ifc3fb8e25e3d2fb1c429cea8119c357ce9fbd7b3
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Feb 6, 2017
1 parent aecaced commit 3c23654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
(defproject chaintool "0.9.0"
(defproject chaintool "0.9.1"
:description "hyperledger chaincode tool"
:url "https://github.com/ghaskins/chaintool"
:license {:name "Apache License"
:url "http://www.apache.org/licenses/LICENSE-2.0.txt"}
:min-lein-version "2.0.0"
:lein-release {:deploy-via :shell :shell ["true"]}
:javac-options ["-target" "1.7" "-source" "1.7"]
:jvm-opts ["-server"]
:java-source-paths ["src"]
:plugins [[lein-bin "0.3.5"]]
:dependencies [[org.clojure/clojure "1.8.0"]
Expand Down

0 comments on commit 3c23654

Please sign in to comment.