Skip to content

Commit dedfce5

Browse files
committed
[release] 0.0.3
1 parent 4fa81c4 commit dedfce5

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
@@ -31,25 +31,25 @@ Any contributions are much much welcome and appreciated!
3131
## Installation
3232
Leiningen/Boot
3333
```clojure
34-
[org.clojars.lispyclouds/navi "0.0.2"]
34+
[org.clojars.lispyclouds/navi "0.0.3"]
3535
```
3636

3737
Clojure CLI/deps.edn
3838
```clojure
39-
{org.clojars.lispyclouds/navi {:mvn/version "0.0.2"}}
39+
{org.clojars.lispyclouds/navi {:mvn/version "0.0.3"}}
4040
```
4141

4242
Gradle
4343
```groovy
44-
compile 'org.clojars.lispyclouds:navi:0.0.2'
44+
compile 'org.clojars.lispyclouds:navi:0.0.3'
4545
```
4646

4747
Maven
4848
```xml
4949
<dependency>
5050
<groupId>org.clojars.lispyclouds</groupId>
5151
<artifactId>navi</artifactId>
52-
<version>0.0.2</version>
52+
<version>0.0.3</version>
5353
</dependency>
5454
```
5555

@@ -204,7 +204,7 @@ Bootstrapping a Jetty server:
204204

205205
deps.edn used for this example:
206206
```edn
207-
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.2"}
207+
{:deps {org.clojars.lispyclouds/navi {:mvn/version "0.0.3"}
208208
metosin/reitit-core {:mvn/version "0.6.0"}
209209
metosin/reitit-http {:mvn/version "0.6.0"}
210210
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.2"
7+
(defproject org.clojars.lispyclouds/navi "0.0.3"
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)