diff --git a/README.md b/README.md index f0cac59..e45042d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ do. Separation of concerns and all that. Add the following dependency to your `project.clj` file ```clojure -[bidi "1.1.0"] +[bidi "1.3.0"] ``` ## Take 5 minutes to learn bidi (using the REPL) diff --git a/project.clj b/project.clj index fe3704a..3291293 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ ;; ;; You must not remove this notice, or any other, from this software. -(defproject bidi "1.2.0" +(defproject bidi "1.3.0" :description "Bidirectional URI routing" :url "https://github.com/juxt/bidi" :license {:name "Eclipse Public License"