File tree 2 files changed +6
-6
lines changed
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!
24
24
## Installation
25
25
Leiningen/Boot
26
26
``` clojure
27
- [org.clojars.lispyclouds/navi " 0.0.5 " ]
27
+ [org.clojars.lispyclouds/navi " 0.0.6 " ]
28
28
```
29
29
30
30
Clojure CLI/deps.edn
31
31
``` clojure
32
- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }}
32
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.6 " }}
33
33
```
34
34
35
35
Gradle
36
36
``` groovy
37
- compile 'org.clojars.lispyclouds:navi:0.0.5 '
37
+ compile 'org.clojars.lispyclouds:navi:0.0.6 '
38
38
```
39
39
40
40
Maven
41
41
``` xml
42
42
<dependency >
43
43
<groupId >org.clojars.lispyclouds</groupId >
44
44
<artifactId >navi</artifactId >
45
- <version >0.0.5 </version >
45
+ <version >0.0.6 </version >
46
46
</dependency >
47
47
```
48
48
@@ -197,7 +197,7 @@ Bootstrapping a Jetty server:
197
197
198
198
deps.edn used for this example:
199
199
``` edn
200
- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }
200
+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.6 " }
201
201
metosin/reitit-core {:mvn/version " 0.6.0" }
202
202
metosin/reitit-http {:mvn/version " 0.6.0" }
203
203
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.5 "
7
+ (defproject org.clojars.lispyclouds /navi " 0.0.6 "
8
8
:author " Rahul De <rahul@mailbox.org>"
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