Skip to content

Commit

Permalink
Introduced version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 1, 2022
1 parent 9571087 commit 268dc8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-kotlin</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
...
</dependencies>
Expand All @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
implementation 'com.github.javadev:leetcode-in-kotlin:1.2'
implementation 'com.github.javadev:leetcode-in-kotlin:1.3'
```

#### Tips and Tricks
Expand Down
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.2-SNAPSHOT"
version = "1.3-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.2</version>
<version>1.3</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.2-SNAPSHOT</version>
<version>1.3-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 268dc8c

Please sign in to comment.