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 @@ -31,25 +31,25 @@ Any contributions are much much welcome and appreciated!
3131## Installation
3232Leiningen/Boot
3333``` clojure
34- [org.clojars.lispyclouds/navi " 0.0.2 " ]
34+ [org.clojars.lispyclouds/navi " 0.0.3 " ]
3535```
3636
3737Clojure CLI/deps.edn
3838``` clojure
39- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.2 " }}
39+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.3 " }}
4040```
4141
4242Gradle
4343``` groovy
44- compile 'org.clojars.lispyclouds:navi:0.0.2 '
44+ compile 'org.clojars.lispyclouds:navi:0.0.3 '
4545```
4646
4747Maven
4848``` xml
4949<dependency >
5050 <groupId >org.clojars.lispyclouds</groupId >
5151 <artifactId >navi</artifactId >
52- <version >0.0.2 </version >
52+ <version >0.0.3 </version >
5353</dependency >
5454```
5555
@@ -204,7 +204,7 @@ Bootstrapping a Jetty server:
204204
205205deps.edn used for this example:
206206``` edn
207- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.2 " }
207+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.3 " }
208208 metosin/reitit-core {:mvn/version " 0.6.0" }
209209 metosin/reitit-http {:mvn/version " 0.6.0" }
210210 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.2 "
7+ (defproject org.clojars.lispyclouds /navi " 0.0.3 "
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