File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,25 @@ Any contributions are much much welcome and appreciated!
2424## Installation
2525Leiningen/Boot
2626``` clojure
27- [org.clojars.lispyclouds/navi " 0.0.5 " ]
27+ [org.clojars.lispyclouds/navi " 0.0.6 " ]
2828```
2929
3030Clojure CLI/deps.edn
3131``` clojure
32- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }}
32+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.6 " }}
3333```
3434
3535Gradle
3636``` groovy
37- compile 'org.clojars.lispyclouds:navi:0.0.5 '
37+ compile 'org.clojars.lispyclouds:navi:0.0.6 '
3838```
3939
4040Maven
4141``` xml
4242<dependency >
4343 <groupId >org.clojars.lispyclouds</groupId >
4444 <artifactId >navi</artifactId >
45- <version >0.0.5 </version >
45+ <version >0.0.6 </version >
4646</dependency >
4747```
4848
@@ -197,7 +197,7 @@ Bootstrapping a Jetty server:
197197
198198deps.edn used for this example:
199199``` edn
200- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }
200+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.6 " }
201201 metosin/reitit-core {:mvn/version " 0.6.0" }
202202 metosin/reitit-http {:mvn/version " 0.6.0" }
203203 metosin/reitit-interceptors {:mvn/version " 0.6.0" }
Original file line number Diff line number Diff line change 44; license that can be found in the LICENSE file or at
55; https://opensource.org/licenses/MIT.
66
7- (defproject org.clojars.lispyclouds /navi " 0.0.5 "
7+ (defproject org.clojars.lispyclouds /navi " 0.0.6 "
88 :author " Rahul De <rahul@mailbox.org>"
99 :url " https://github.com/lispyclouds/navi"
1010 :description " A tiny library converting OpenAPI route definitions to Reitit routes."
You can’t perform that action at this time.
0 commit comments