Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Mar 25, 2021
1 parent c3b36aa commit 2042fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ Any contributions are much much welcome and appreciated!
## Installation
Leiningen/Boot
```clojure
[org.clojars.lispyclouds/navi "0.0.1"]
[org.clojars.lispyclouds/navi "0.0.2"]
```

Clojure CLI/deps.edn
```clojure
{org.clojars.lispyclouds/navi {:mvn/version "0.0.1"}}
{org.clojars.lispyclouds/navi {:mvn/version "0.0.2"}}
```

Gradle
```groovy
compile 'org.clojars.lispyclouds:navi:0.0.1'
compile 'org.clojars.lispyclouds:navi:0.0.2'
```

Maven
```xml
<dependency>
<groupId>org.clojars.lispyclouds</groupId>
<artifactId>navi</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; which can be found in the file epl-v10.html at the root of this distribution.
; By using this software in any fashion, you are agreeing to be bound by the terms of this license.

(defproject org.clojars.lispyclouds/navi "0.0.1"
(defproject org.clojars.lispyclouds/navi "0.0.2"
:author "Rahul De <rahul@mailbox.org>"
:url "https://github.com/lispyclouds/navi"
:description "A tiny library converting OpenAPI route definitions to Reitit routes."
Expand Down

0 comments on commit 2042fce

Please sign in to comment.