Skip to content

Commit

Permalink
Introduced version 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Jan 28, 2023
1 parent 28da77d commit 4f64611
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<version>1.17</version>
<version>1.18</version>
</dependency>
...
</dependencies>
Expand All @@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
implementation 'com.github.javadev:leetcode-in-java:1.17'
implementation 'com.github.javadev:leetcode-in-java:1.18'
```

> ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test {
}

group = 'com.github.javadev'
version = '1.17-SNAPSHOT'
version = '1.18-SNAPSHOT'
description = 'leetcode-in-java'
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-java</artifactId>
<packaging>jar</packaging>
<version>1.17</version>
<version>1.18</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
2 changes: 1 addition & 1 deletion pom-central11.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-java11</artifactId>
<packaging>jar</packaging>
<version>1.17</version>
<version>1.18</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
2 changes: 1 addition & 1 deletion pom-central17.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-java17</artifactId>
<packaging>jar</packaging>
<version>1.17</version>
<version>1.18</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
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.17-SNAPSHOT</version>
<version>1.18-SNAPSHOT</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 4f64611

Please sign in to comment.