diff --git a/README.md b/README.md index 9bca5bd..c154eb9 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,16 @@ bisection-key ### Usage ```edn -[cirru/bisection-key "0.1.4"] +[cirru/bisection-key "0.1.5"] ``` [![Clojars Project](https://img.shields.io/clojars/v/cirru/bisection-key.svg)](https://clojars.org/cirru/bisection-key) ```clojure +; make sure the first parameter is littler (bisection-key.core/bisect "a" "c") ; "b" (bisection-key.core/bisect "a" "b") ; "aT" -; make sure "a < b" +(bisection-key.core/bisect "a34fd" "f3554") ; "c" bisection-key.core/min-id ; "+" bisection-key.core/mid-id ; "T" diff --git a/build.boot b/build.boot index 51bc58b..8342033 100644 --- a/build.boot +++ b/build.boot @@ -8,7 +8,7 @@ :username "jiyinyiyong" :password (read-password "Clojars password: ")}])) -(def +version+ "0.1.4") +(def +version+ "0.1.5") (deftask deploy [] (comp