File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Include the following in your `pom.xml` for Maven:
15
15
<dependency >
16
16
<groupId >com.github.javadev</groupId >
17
17
<artifactId >leetcode-in-java</artifactId >
18
- <version >1.2 </version >
18
+ <version >1.3 </version >
19
19
</dependency >
20
20
...
21
21
</dependencies >
@@ -24,6 +24,6 @@ Include the following in your `pom.xml` for Maven:
24
24
Gradle:
25
25
26
26
``` groovy
27
- implementation 'com.github.javadev:leetcode-in-java:1.2 '
27
+ implementation 'com.github.javadev:leetcode-in-java:1.3 '
28
28
```
29
29
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.2 </version >
7
+ <version >1.3 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
You can’t perform that action at this time.
0 commit comments