Skip to content

Commit

Permalink
Change version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aviad committed Nov 9, 2014
1 parent 4a45a03 commit cf0ef76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
* clj-btc
Clojure bindings for the original (C++) Bitcoin Client json-rpc API.
For the full list of calls, see: [[https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list.][API calls list]]
Clojure bindings for the original (C++) Bitcoin Client json-rpc API,
*version 0.8.5*.
For the full list of calls, see: [[https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list][API calls list]].

* Installation

** [[https://github.com/technomancy/leiningen][leiningen]]
add this to your =project.clj='s =:dependencies=:

#+BEGIN_EXAMPLE
[clj-btc "0.1.1"]
[clj-btc "0.1.2"]
#+END_EXAMPLE

** [[http://maven.apache.org/][Maven]]
#+BEGIN_EXAMPLE
<dependency>
<groupId>clj-btc</groupId>
<artifactId>clj-btc</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
#+END_EXAMPLE

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 clj-btc "0.1.1"
(defproject clj-btc "0.1.2"
:description "Clojure bindings for the original (C++) Bitcoin Client"
:url "https://github.com/aviad/clj-btc"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit cf0ef76

Please sign in to comment.