File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ Any contributions are much much welcome and appreciated!
3030## Installation
3131Leiningen/Boot
3232``` clojure
33- [org.clojars.lispyclouds/navi " 0.0.1 " ]
33+ [org.clojars.lispyclouds/navi " 0.0.2 " ]
3434```
3535
3636Clojure 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
4141Gradle
4242``` groovy
43- compile 'org.clojars.lispyclouds:navi:0.0.1 '
43+ compile 'org.clojars.lispyclouds:navi:0.0.2 '
4444```
4545
4646Maven
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
Original file line number Diff line number Diff line change 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 <rahul@mailbox.org>"
88 :url " https://github.com/lispyclouds/navi"
99 :description " A tiny library converting OpenAPI route definitions to Reitit routes."
You can’t perform that action at this time.
0 commit comments