File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
18
18
<dependency >
19
19
<groupId >com.github.javadev</groupId >
20
20
<artifactId >leetcode-in-kotlin</artifactId >
21
- <version >1.1 </version >
21
+ <version >1.2 </version >
22
22
</dependency >
23
23
...
24
24
</dependencies >
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
27
27
Gradle:
28
28
29
29
``` groovy
30
- implementation 'com.github.javadev:leetcode-in-kotlin:1.1 '
30
+ implementation 'com.github.javadev:leetcode-in-kotlin:1.2 '
31
31
```
32
32
33
33
#### Tips and Tricks
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ tasks.test {
25
25
}
26
26
27
27
group = " com.github.javadev"
28
- version = " 1.1 -SNAPSHOT"
28
+ version = " 1.2 -SNAPSHOT"
29
29
description = " leetcode-in-kotlin"
30
30
java.sourceCompatibility = JavaVersion .VERSION_1_8
31
31
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.1 </version >
7
+ <version >1.2 </version >
8
8
<name >leetcode-in-kotlin</name >
9
9
<description >Kotlin Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-kotlin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.1 -SNAPSHOT</version >
7
+ <version >1.2 -SNAPSHOT</version >
8
8
<name >leetcode-in-kotlin</name >
9
9
<description >Kotlin Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
You can’t perform that action at this time.
0 commit comments