Skip to content

Commit 54a91de

Browse files
committed
Introduced version 1.3
1 parent 451a615 commit 54a91de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Include the following in your `pom.xml` for Maven:
1515
<dependency>
1616
<groupId>com.github.javadev</groupId>
1717
<artifactId>leetcode-in-java</artifactId>
18-
<version>1.2</version>
18+
<version>1.3</version>
1919
</dependency>
2020
...
2121
</dependencies>
@@ -24,6 +24,6 @@ Include the following in your `pom.xml` for Maven:
2424
Gradle:
2525

2626
```groovy
27-
implementation 'com.github.javadev:leetcode-in-java:1.2'
27+
implementation 'com.github.javadev:leetcode-in-java:1.3'
2828
```
2929

Diff for: 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-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.2</version>
7+
<version>1.3</version>
88
<name>leetcode-in-java</name>
99
<description>Java Solution for LeetCode algorithm problems, continually updating</description>
1010
<url>https://github.com/javadev/LeetCode-in-Java</url>

0 commit comments

Comments
 (0)