Skip to content

Commit 967729f

Browse files
committed
[release] 0.1.4
1 parent e87b9d3 commit 967729f

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
@@ -28,25 +28,25 @@ Any contributions are much much welcome and appreciated!
2828
## Installation
2929
Leiningen/Boot
3030
```clojure
31-
[org.clojars.lispyclouds/navi "0.1.3"]
31+
[org.clojars.lispyclouds/navi "0.1.4"]
3232
```
3333

3434
Clojure CLI/deps.edn
3535
```clojure
36-
{org.clojars.lispyclouds/navi {:mvn/version "0.1.3"}}
36+
{org.clojars.lispyclouds/navi {:mvn/version "0.1.4"}}
3737
```
3838

3939
Gradle
4040
```groovy
41-
compile 'org.clojars.lispyclouds:navi:0.1.3'
41+
compile 'org.clojars.lispyclouds:navi:0.1.4'
4242
```
4343

4444
Maven
4545
```xml
4646
<dependency>
4747
<groupId>org.clojars.lispyclouds</groupId>
4848
<artifactId>navi</artifactId>
49-
<version>0.1.3</version>
49+
<version>0.1.4</version>
5050
</dependency>
5151
```
5252

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(def lib 'org.clojars.lispyclouds/navi)
1212

13-
(def version "0.1.3")
13+
(def version "0.1.4")
1414

1515
(def class-dir "target/classes")
1616

0 commit comments

Comments
 (0)