Skip to content

Commit

Permalink
bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 11, 2017
1 parent 515f3eb commit ca7e8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Cached rendering and diff/patch library designed for Cumulo project.
[![Clojars Project](https://img.shields.io/clojars/v/cumulo/recollect.svg)](https://clojars.org/cumulo/recollect)

```clojure
[cumulo/recollect "0.2.0"]
[cumulo/recollect "0.3.0"]
```

```clojure
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:username "jiyinyiyong"
:password (read-password "Clojars password: ")}]))

(def +version+ "0.2.0")
(def +version+ "0.3.0")

(deftask deploy []
(comp
Expand Down

0 comments on commit ca7e8a7

Please sign in to comment.