From dedfce5de8974086d1f5df536150e48954e86e14 Mon Sep 17 00:00:00 2001 From: Rahul De Date: Wed, 22 Feb 2023 11:05:48 +0000 Subject: [PATCH] [release] 0.0.3 --- README.md | 10 +++++----- project.clj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5004afc..cd9b67d 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,17 @@ Any contributions are much much welcome and appreciated! ## Installation Leiningen/Boot ```clojure -[org.clojars.lispyclouds/navi "0.0.2"] +[org.clojars.lispyclouds/navi "0.0.3"] ``` Clojure CLI/deps.edn ```clojure -{org.clojars.lispyclouds/navi {:mvn/version "0.0.2"}} +{org.clojars.lispyclouds/navi {:mvn/version "0.0.3"}} ``` Gradle ```groovy -compile 'org.clojars.lispyclouds:navi:0.0.2' +compile 'org.clojars.lispyclouds:navi:0.0.3' ``` Maven @@ -49,7 +49,7 @@ Maven org.clojars.lispyclouds navi - 0.0.2 + 0.0.3 ``` @@ -204,7 +204,7 @@ Bootstrapping a Jetty server: deps.edn used for this example: ```edn -{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.2"} +{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.3"} 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 60634d4..9d5c076 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.2" +(defproject org.clojars.lispyclouds/navi "0.0.3" :author "Rahul De " :url "https://github.com/lispyclouds/navi" :description "A tiny library converting OpenAPI route definitions to Reitit routes."