Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 28, 2017
1 parent c60fa5d commit 04e6f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Demo http://router.respo.site/
[![Clojars Project](https://img.shields.io/clojars/v/respo/router.svg)](https://clojars.org/respo/router)

```clojure
[respo/router "0.3.0-a2"]
[respo/router "0.4.0"]
```

```clojure
Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

(set-env!
:resource-paths #{"src"}
:dependencies '[[mvc-works/hsl "0.1.2" :scope "provided"]]
:dependencies '[]
:repositories #(conj % ["clojars" {:url "https://clojars.org/repo/"
:username "jiyinyiyong"
:password (read-password "Clojars password: ")}]))

(def +version+ "0.3.0-a2")
(def +version+ "0.4.0")

(deftask deploy []
(comp
Expand Down

0 comments on commit 04e6f09

Please sign in to comment.