Skip to content

Commit d6af7d2

Browse files
committed
[release] 0.0.9
1 parent 4fd5987 commit d6af7d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ Any contributions are much much welcome and appreciated!
2121
## Installation
2222
Leiningen/Boot
2323
```clojure
24-
[org.clojars.lispyclouds/navi "0.0.8"]
24+
[org.clojars.lispyclouds/navi "0.0.9"]
2525
```
2626

2727
Clojure CLI/deps.edn
2828
```clojure
29-
{org.clojars.lispyclouds/navi {:mvn/version "0.0.8"}}
29+
{org.clojars.lispyclouds/navi {:mvn/version "0.0.9"}}
3030
```
3131

3232
Gradle
3333
```groovy
34-
compile 'org.clojars.lispyclouds:navi:0.0.8'
34+
compile 'org.clojars.lispyclouds:navi:0.0.9'
3535
```
3636

3737
Maven
3838
```xml
3939
<dependency>
4040
<groupId>org.clojars.lispyclouds</groupId>
4141
<artifactId>navi</artifactId>
42-
<version>0.0.8</version>
42+
<version>0.0.9</version>
4343
</dependency>
4444
```
4545

@@ -194,7 +194,7 @@ Bootstrapping a Jetty server:
194194

195195
deps.edn used for this example:
196196
```edn
197-
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.8"}
197+
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.9"}
198198
metosin/reitit-core {:mvn/version "0.6.0"}
199199
metosin/reitit-http {:mvn/version "0.6.0"}
200200
metosin/reitit-interceptors {:mvn/version "0.6.0"}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.8"
7+
(defproject org.clojars.lispyclouds/navi "0.0.9"
88
:author "Rahul De <[email protected]>"
99
:url "https://github.com/lispyclouds/navi"
1010
:description "A tiny library converting OpenAPI route definitions to Reitit routes."

0 commit comments

Comments
 (0)