From 78c07b1d300030c0442b64697d828cac509e74ff Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 19 Feb 2024 13:25:24 -0600 Subject: [PATCH] update for release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 638452d..8e3dcec 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ There are examples of all these later in the README. ## [CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information: ```clojure -org.clojure/data.finger-tree {:mvn/version "0.0.3"} +org.clojure/data.finger-tree {:mvn/version "0.1.0"} ``` ## project.clj If you use leiningen or cake, add this to the `:dependencies` in your `project.clj`: - [org.clojure/data.finger-tree "0.0.3"] + [org.clojure/data.finger-tree "0.1.0"] ## pom.xml @@ -30,7 +30,7 @@ If you use maven, add this to the `` in your `pom.xml`: org.clojure data.finger-tree - 0.0.3 + 0.1.0 You'll need git and maven, then execute the following at a shell prompt to fetch finger trees and all its dependencies (including a recent snapshot of Clojure itself) and start a REPL: