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 @@ -25,7 +25,7 @@ tasks.test {
2525}
2626
2727group = " com.github.javadev"
28- version = " 1.0 -SNAPSHOT"
28+ version = " 1.1 -SNAPSHOT"
2929description = " leetcode-in-kotlin"
3030java.sourceCompatibility = JavaVersion .VERSION_1_8
3131
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-kotlin</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0 </version >
7+ <version >1.1 </version >
88 <name >leetcode-in-kotlin</name >
99 <description >Kotlin Solution for LeetCode algorithm problems, continually updating</description >
1010 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-kotlin</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0 -SNAPSHOT</version >
7+ <version >1.1 -SNAPSHOT</version >
88 <name >leetcode-in-kotlin</name >
99 <description >Kotlin Solution for LeetCode algorithm problems, continually updating</description >
1010 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
You can’t perform that action at this time.
0 commit comments