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 Nov 1, 2021
1 parent 451a615 commit 54a91de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
...
</dependencies>
Expand All @@ -24,6 +24,6 @@ Include the following in your `pom.xml` for Maven:
Gradle:

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

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

0 comments on commit 54a91de

Please sign in to comment.