Skip to content

Commit 2042fce

Browse files
committed
Release 0.0.2
1 parent c3b36aa commit 2042fce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ Any contributions are much much welcome and appreciated!
3030
## Installation
3131
Leiningen/Boot
3232
```clojure
33-
[org.clojars.lispyclouds/navi "0.0.1"]
33+
[org.clojars.lispyclouds/navi "0.0.2"]
3434
```
3535

3636
Clojure CLI/deps.edn
3737
```clojure
38-
{org.clojars.lispyclouds/navi {:mvn/version "0.0.1"}}
38+
{org.clojars.lispyclouds/navi {:mvn/version "0.0.2"}}
3939
```
4040

4141
Gradle
4242
```groovy
43-
compile 'org.clojars.lispyclouds:navi:0.0.1'
43+
compile 'org.clojars.lispyclouds:navi:0.0.2'
4444
```
4545

4646
Maven
4747
```xml
4848
<dependency>
4949
<groupId>org.clojars.lispyclouds</groupId>
5050
<artifactId>navi</artifactId>
51-
<version>0.0.1</version>
51+
<version>0.0.2</version>
5252
</dependency>
5353
```
5454

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; which can be found in the file epl-v10.html at the root of this distribution.
44
; By using this software in any fashion, you are agreeing to be bound by the terms of this license.
55

6-
(defproject org.clojars.lispyclouds/navi "0.0.1"
6+
(defproject org.clojars.lispyclouds/navi "0.0.2"
77
:author "Rahul De <[email protected]>"
88
:url "https://github.com/lispyclouds/navi"
99
:description "A tiny library converting OpenAPI route definitions to Reitit routes."

0 commit comments

Comments
 (0)