From 04e6f09a78aab685ccc952c40ee0cc34eac6cafd Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Wed, 29 Nov 2017 00:29:01 +0800 Subject: [PATCH] 0.4.0 --- README.md | 2 +- build.boot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63b7cb7..43ff6d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.boot b/build.boot index 8a51b16..050d4a4 100644 --- a/build.boot +++ b/build.boot @@ -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