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 @@ -28,25 +28,25 @@ Any contributions are much much welcome and appreciated!
28
28
## Installation
29
29
Leiningen/Boot
30
30
``` clojure
31
- [org.clojars.lispyclouds/navi " 0.1.3 " ]
31
+ [org.clojars.lispyclouds/navi " 0.1.4 " ]
32
32
```
33
33
34
34
Clojure CLI/deps.edn
35
35
``` clojure
36
- {org.clojars.lispyclouds/navi {:mvn/version " 0.1.3 " }}
36
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.1.4 " }}
37
37
```
38
38
39
39
Gradle
40
40
``` groovy
41
- compile 'org.clojars.lispyclouds:navi:0.1.3 '
41
+ compile 'org.clojars.lispyclouds:navi:0.1.4 '
42
42
```
43
43
44
44
Maven
45
45
``` xml
46
46
<dependency >
47
47
<groupId >org.clojars.lispyclouds</groupId >
48
48
<artifactId >navi</artifactId >
49
- <version >0.1.3 </version >
49
+ <version >0.1.4 </version >
50
50
</dependency >
51
51
```
52
52
Original file line number Diff line number Diff line change 10
10
11
11
(def lib 'org.clojars.lispyclouds /navi )
12
12
13
- (def version " 0.1.3 " )
13
+ (def version " 0.1.4 " )
14
14
15
15
(def class-dir " target/classes" )
16
16
You can’t perform that action at this time.
0 commit comments