Skip to content

Commit

Permalink
Introduced version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Feb 1, 2022
1 parent bd0d9eb commit 82321f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.test {
}

group = "com.github.javadev"
version = "1.0-SNAPSHOT"
version = "1.1-SNAPSHOT"
description = "leetcode-in-kotlin"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1</version>
<name>leetcode-in-kotlin</name>
<description>Kotlin Solution for LeetCode algorithm problems, continually updating</description>
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<name>leetcode-in-kotlin</name>
<description>Kotlin Solution for LeetCode algorithm problems, continually updating</description>
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
Expand Down

0 comments on commit 82321f8

Please sign in to comment.