From cf0ef768f221c9634ee2d2f20b399769f3a426cb Mon Sep 17 00:00:00 2001 From: Aviad Reich Date: Sun, 9 Nov 2014 13:27:45 +0200 Subject: [PATCH] Change version to 0.1.2 --- README.org | 9 +++++---- project.clj | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 2292c26..512c2a1 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,7 @@ * 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 @@ -8,7 +9,7 @@ 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]] @@ -16,7 +17,7 @@ clj-btc clj-btc - 0.1.1 + 0.1.2 #+END_EXAMPLE diff --git a/project.clj b/project.clj index 5741863..b2137c9 100644 --- a/project.clj +++ b/project.clj @@ -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"