Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 14, 2018
1 parent b3f0447 commit ff69b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:username "jiyinyiyong"
:password (read-password "Clojars password: ")}]))

(def +version+ "0.1.4")
(def +version+ "0.1.5")

(deftask deploy []
(comp
Expand Down

0 comments on commit ff69b78

Please sign in to comment.