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!
31
31
## Installation
32
32
Leiningen/Boot
33
33
``` clojure
34
- [org.clojars.lispyclouds/navi " 0.0.2 " ]
34
+ [org.clojars.lispyclouds/navi " 0.0.3 " ]
35
35
```
36
36
37
37
Clojure CLI/deps.edn
38
38
``` clojure
39
- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.2 " }}
39
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.3 " }}
40
40
```
41
41
42
42
Gradle
43
43
``` groovy
44
- compile 'org.clojars.lispyclouds:navi:0.0.2 '
44
+ compile 'org.clojars.lispyclouds:navi:0.0.3 '
45
45
```
46
46
47
47
Maven
48
48
``` xml
49
49
<dependency >
50
50
<groupId >org.clojars.lispyclouds</groupId >
51
51
<artifactId >navi</artifactId >
52
- <version >0.0.2 </version >
52
+ <version >0.0.3 </version >
53
53
</dependency >
54
54
```
55
55
@@ -204,7 +204,7 @@ Bootstrapping a Jetty server:
204
204
205
205
deps.edn used for this example:
206
206
``` edn
207
- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.2 " }
207
+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.3 " }
208
208
metosin/reitit-core {:mvn/version " 0.6.0" }
209
209
metosin/reitit-http {:mvn/version " 0.6.0" }
210
210
metosin/reitit-interceptors {:mvn/version " 0.6.0" }
Original file line number Diff line number Diff line change 4
4
; license that can be found in the LICENSE file or at
5
5
; https://opensource.org/licenses/MIT.
6
6
7
- (defproject org.clojars.lispyclouds /navi " 0.0.2 "
7
+ (defproject org.clojars.lispyclouds /navi " 0.0.3 "
8
8
:author " Rahul De <[email protected] >"
9
9
:url " https://github.com/lispyclouds/navi"
10
10
:description " A tiny library converting OpenAPI route definitions to Reitit routes."
You can’t perform that action at this time.
0 commit comments