File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ Any contributions are much much welcome and appreciated!
30
30
## Installation
31
31
Leiningen/Boot
32
32
``` clojure
33
- [org.clojars.lispyclouds/navi " 0.0.1 " ]
33
+ [org.clojars.lispyclouds/navi " 0.0.2 " ]
34
34
```
35
35
36
36
Clojure CLI/deps.edn
37
37
``` clojure
38
- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.1 " }}
38
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.2 " }}
39
39
```
40
40
41
41
Gradle
42
42
``` groovy
43
- compile 'org.clojars.lispyclouds:navi:0.0.1 '
43
+ compile 'org.clojars.lispyclouds:navi:0.0.2 '
44
44
```
45
45
46
46
Maven
47
47
``` xml
48
48
<dependency >
49
49
<groupId >org.clojars.lispyclouds</groupId >
50
50
<artifactId >navi</artifactId >
51
- <version >0.0.1 </version >
51
+ <version >0.0.2 </version >
52
52
</dependency >
53
53
```
54
54
Original file line number Diff line number Diff line change 3
3
; which can be found in the file epl-v10.html at the root of this distribution.
4
4
; By using this software in any fashion, you are agreeing to be bound by the terms of this license.
5
5
6
- (defproject org.clojars.lispyclouds /navi " 0.0.1 "
6
+ (defproject org.clojars.lispyclouds /navi " 0.0.2 "
7
7
:author " Rahul De <[email protected] >"
8
8
:url " https://github.com/lispyclouds/navi"
9
9
:description " A tiny library converting OpenAPI route definitions to Reitit routes."
You can’t perform that action at this time.
0 commit comments