From d6af7d275f5274c502c19a233e6ca06b17a01c1e Mon Sep 17 00:00:00 2001 From: Rahul De Date: Mon, 30 Sep 2024 07:55:49 +0100 Subject: [PATCH] [release] 0.0.9 --- README.md | 10 +++++----- project.clj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2ea99b..e1580e9 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ Any contributions are much much welcome and appreciated! ## Installation Leiningen/Boot ```clojure -[org.clojars.lispyclouds/navi "0.0.8"] +[org.clojars.lispyclouds/navi "0.0.9"] ``` Clojure CLI/deps.edn ```clojure -{org.clojars.lispyclouds/navi {:mvn/version "0.0.8"}} +{org.clojars.lispyclouds/navi {:mvn/version "0.0.9"}} ``` Gradle ```groovy -compile 'org.clojars.lispyclouds:navi:0.0.8' +compile 'org.clojars.lispyclouds:navi:0.0.9' ``` Maven @@ -39,7 +39,7 @@ Maven org.clojars.lispyclouds navi - 0.0.8 + 0.0.9 ``` @@ -194,7 +194,7 @@ Bootstrapping a Jetty server: deps.edn used for this example: ```edn -{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.8"} +{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.9"} 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 3c67093..3977189 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.8" +(defproject org.clojars.lispyclouds/navi "0.0.9" :author "Rahul De " :url "https://github.com/lispyclouds/navi" :description "A tiny library converting OpenAPI route definitions to Reitit routes."