Skip to content

Commit fb45c72

Browse files
committed
[release] 0.0.6
1 parent 8dd2c18 commit fb45c72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ Any contributions are much much welcome and appreciated!
2424
## Installation
2525
Leiningen/Boot
2626
```clojure
27-
[org.clojars.lispyclouds/navi "0.0.5"]
27+
[org.clojars.lispyclouds/navi "0.0.6"]
2828
```
2929

3030
Clojure CLI/deps.edn
3131
```clojure
32-
{org.clojars.lispyclouds/navi {:mvn/version "0.0.5"}}
32+
{org.clojars.lispyclouds/navi {:mvn/version "0.0.6"}}
3333
```
3434

3535
Gradle
3636
```groovy
37-
compile 'org.clojars.lispyclouds:navi:0.0.5'
37+
compile 'org.clojars.lispyclouds:navi:0.0.6'
3838
```
3939

4040
Maven
4141
```xml
4242
<dependency>
4343
<groupId>org.clojars.lispyclouds</groupId>
4444
<artifactId>navi</artifactId>
45-
<version>0.0.5</version>
45+
<version>0.0.6</version>
4646
</dependency>
4747
```
4848

@@ -197,7 +197,7 @@ Bootstrapping a Jetty server:
197197

198198
deps.edn used for this example:
199199
```edn
200-
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.5"}
200+
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.6"}
201201
metosin/reitit-core {:mvn/version "0.6.0"}
202202
metosin/reitit-http {:mvn/version "0.6.0"}
203203
metosin/reitit-interceptors {:mvn/version "0.6.0"}

project.clj

+1-1
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.5"
7+
(defproject org.clojars.lispyclouds/navi "0.0.6"
88
:author "Rahul De <rahul@mailbox.org>"
99
:url "https://github.com/lispyclouds/navi"
1010
:description "A tiny library converting OpenAPI route definitions to Reitit routes."

0 commit comments

Comments
 (0)