diff --git a/README.md b/README.md index 5932bc9..fdbadc0 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ Any contributions are much much welcome and appreciated! ## Installation Leiningen/Boot ```clojure -[org.clojars.lispyclouds/navi "0.0.5"] +[org.clojars.lispyclouds/navi "0.0.6"] ``` Clojure CLI/deps.edn ```clojure -{org.clojars.lispyclouds/navi {:mvn/version "0.0.5"}} +{org.clojars.lispyclouds/navi {:mvn/version "0.0.6"}} ``` Gradle ```groovy -compile 'org.clojars.lispyclouds:navi:0.0.5' +compile 'org.clojars.lispyclouds:navi:0.0.6' ``` Maven @@ -42,7 +42,7 @@ Maven org.clojars.lispyclouds navi - 0.0.5 + 0.0.6 ``` @@ -197,7 +197,7 @@ Bootstrapping a Jetty server: deps.edn used for this example: ```edn -{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.5"} +{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.6"} metosin/reitit-core {:mvn/version "0.6.0"} metosin/reitit-http {:mvn/version "0.6.0"} metosin/reitit-interceptors {:mvn/version "0.6.0"} diff --git a/project.clj b/project.clj index cee0c4c..e22345f 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ; license that can be found in the LICENSE file or at ; https://opensource.org/licenses/MIT. -(defproject org.clojars.lispyclouds/navi "0.0.5" +(defproject org.clojars.lispyclouds/navi "0.0.6" :author "Rahul De " :url "https://github.com/lispyclouds/navi" :description "A tiny library converting OpenAPI route definitions to Reitit routes."