File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tasks.test {
27
27
}
28
28
29
29
group = " com.github.javadev"
30
- version = " 1.11 -SNAPSHOT"
30
+ version = " 1.12 -SNAPSHOT"
31
31
description = " leetcode-in-kotlin"
32
32
java.sourceCompatibility = JavaVersion .VERSION_11
33
33
java.targetCompatibility = JavaVersion .VERSION_11
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.11 </version >
7
+ <version >1.12 </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.11 -SNAPSHOT</version >
7
+ <version >1.12 -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