Skip to content

Commit 064e066

Browse files
committed
[release] 0.1.2
1 parent bd71f60 commit 064e066

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
@@ -26,25 +26,25 @@ Any contributions are much much welcome and appreciated!
2626
## Installation
2727
Leiningen/Boot
2828
```clojure
29-
[org.clojars.lispyclouds/navi "0.1.1"]
29+
[org.clojars.lispyclouds/navi "0.1.2"]
3030
```
3131

3232
Clojure CLI/deps.edn
3333
```clojure
34-
{org.clojars.lispyclouds/navi {:mvn/version "0.1.1"}}
34+
{org.clojars.lispyclouds/navi {:mvn/version "0.1.2"}}
3535
```
3636

3737
Gradle
3838
```groovy
39-
compile 'org.clojars.lispyclouds:navi:0.1.1'
39+
compile 'org.clojars.lispyclouds:navi:0.1.2'
4040
```
4141

4242
Maven
4343
```xml
4444
<dependency>
4545
<groupId>org.clojars.lispyclouds</groupId>
4646
<artifactId>navi</artifactId>
47-
<version>0.1.1</version>
47+
<version>0.1.2</version>
4848
</dependency>
4949
```
5050

@@ -56,7 +56,7 @@ openapi: "3.0.0"
5656

5757
info:
5858
title: My calculator
59-
version: "0.1.1"
59+
version: "1.0"
6060
description: My awesome calc!
6161

6262
paths:

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.1.1"
7+
(defproject org.clojars.lispyclouds/navi "0.1.2"
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)