Skip to content

Commit bd0b77e

Browse files
authored
Introduced version 1.2
Co-authored-by: javadev <ctt252ct>
1 parent 3a02344 commit bd0b77e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
1818
<dependency>
1919
<groupId>com.github.javadev</groupId>
2020
<artifactId>leetcode-in-kotlin</artifactId>
21-
<version>1.1</version>
21+
<version>1.2</version>
2222
</dependency>
2323
...
2424
</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2727
Gradle:
2828

2929
```groovy
30-
implementation 'com.github.javadev:leetcode-in-kotlin:1.1'
30+
implementation 'com.github.javadev:leetcode-in-kotlin:1.2'
3131
```
3232

3333
#### Tips and Tricks

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tasks.test {
2525
}
2626

2727
group = "com.github.javadev"
28-
version = "1.1-SNAPSHOT"
28+
version = "1.2-SNAPSHOT"
2929
description = "leetcode-in-kotlin"
3030
java.sourceCompatibility = JavaVersion.VERSION_1_8
3131

pom-central.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>leetcode-in-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.1</version>
7+
<version>1.2</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>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>leetcode-in-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.1-SNAPSHOT</version>
7+
<version>1.2-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>

0 commit comments

Comments
 (0)