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 @@ -26,25 +26,25 @@ Any contributions are much much welcome and appreciated!
26
26
## Installation
27
27
Leiningen/Boot
28
28
``` clojure
29
- [org.clojars.lispyclouds/navi " 0.1.1 " ]
29
+ [org.clojars.lispyclouds/navi " 0.1.2 " ]
30
30
```
31
31
32
32
Clojure CLI/deps.edn
33
33
``` clojure
34
- {org.clojars.lispyclouds/navi {:mvn/version " 0.1.1 " }}
34
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.1.2 " }}
35
35
```
36
36
37
37
Gradle
38
38
``` groovy
39
- compile 'org.clojars.lispyclouds:navi:0.1.1 '
39
+ compile 'org.clojars.lispyclouds:navi:0.1.2 '
40
40
```
41
41
42
42
Maven
43
43
``` xml
44
44
<dependency >
45
45
<groupId >org.clojars.lispyclouds</groupId >
46
46
<artifactId >navi</artifactId >
47
- <version >0.1.1 </version >
47
+ <version >0.1.2 </version >
48
48
</dependency >
49
49
```
50
50
@@ -56,7 +56,7 @@ openapi: "3.0.0"
56
56
57
57
info :
58
58
title : My calculator
59
- version : " 0.1.1 "
59
+ version : " 1.0 "
60
60
description : My awesome calc!
61
61
62
62
paths :
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.1.1 "
7
+ (defproject org.clojars.lispyclouds /navi " 0.1.2 "
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