diff --git a/README.md b/README.md
index 14acf3cce..2fc01c3be 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LeetCode-in-Java
-[](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.28)
+[](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.29)
[ ](https://github.com/javadev/leetcode-in-java/blob/main/LICENSE)
[](https://github.com/javadev/LeetCode-in-Java/actions/workflows/maven.yml)
[](https://sonarcloud.io/summary/overall?id=javadev_LeetCode-in-Java)
@@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
com.github.javadev
leetcode-in-java
- 1.28
+ 1.29
...
@@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file:
Gradle configuration:
```groovy
-implementation 'com.github.javadev:leetcode-in-java:1.28'
+implementation 'com.github.javadev:leetcode-in-java:1.29'
```
> ["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)
diff --git a/build.gradle b/build.gradle
index 2351f8dea..1de03f505 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ test {
}
group = 'com.github.javadev'
-version = '1.28-SNAPSHOT'
+version = '1.29-SNAPSHOT'
description = 'leetcode-in-java'
java.sourceCompatibility = JavaVersion.VERSION_17
diff --git a/pom-central.xml b/pom-central.xml
index f8cd77c05..e3fdb9088 100644
--- a/pom-central.xml
+++ b/pom-central.xml
@@ -4,7 +4,7 @@
com.github.javadev
leetcode-in-java
jar
- 1.28
+ 1.29
leetcode-in-java
Java-based LeetCode algorithm problem solutions, regularly updated
https://github.com/javadev/LeetCode-in-Java
diff --git a/pom-central21.xml b/pom-central21.xml
index bb019814c..c0b8884d8 100644
--- a/pom-central21.xml
+++ b/pom-central21.xml
@@ -4,7 +4,7 @@
com.github.javadev
leetcode-in-java21
jar
- 1.28
+ 1.29
leetcode-in-java
Java-based LeetCode algorithm problem solutions, regularly updated
https://github.com/javadev/LeetCode-in-Java
diff --git a/pom.xml b/pom.xml
index 6380797ef..c922da749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.javadev
leetcode-in-java
jar
- 1.28-SNAPSHOT
+ 1.29-SNAPSHOT
leetcode-in-java
Java-based LeetCode algorithm problem solutions, regularly updated
https://github.com/javadev/LeetCode-in-Java