Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jumblerg committed Mar 17, 2017
1 parent 84660c7 commit cddc83f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ a *cohesive* layer of *composable* abstractions over the dom.

[](dependency)
```clojure
[hoplon/ui "0.2.0-SNAPSHOT"] ;; latest release
[hoplon/ui "0.2.1-SNAPSHOT"] ;; latest release
```
[](/dependency)

Expand Down
4 changes: 2 additions & 2 deletions build.boot
Expand Up @@ -24,9 +24,9 @@

(ns-unmap 'boot.user 'test)

(def +version+ "0.2.0-SNAPSHOT")
(def +version+ "0.2.1-SNAPSHOT")

(bootlaces! +version+)
(bootlaces! +version+ :dont-modify-paths? true)

(deftask develop []
"Continuously rebuild and reinstall the library."
Expand Down

0 comments on commit cddc83f

Please sign in to comment.