diff --git a/README.md b/README.md
index 30cd8563e..121e1c31d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LeetCode-in-Kotlin
-[](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.24)
+[](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.25)
[ ](https://github.com/javadev/leetcode-in-kotlin/blob/main/LICENSE)
[](https://github.com/javadev/LeetCode-in-Kotlin/actions/workflows/maven.yml)
[](https://sonarcloud.io/summary/overall?id=javadev_LeetCode-in-Kotlin)
@@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
com.github.javadev
leetcode-in-kotlin
- 1.24
+ 1.25
...
@@ -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-kotlin:1.24'
+implementation 'com.github.javadev:leetcode-in-kotlin:1.25'
```
> ["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.kts b/build.gradle.kts
index a471dfebb..f0f7c80b4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -27,7 +27,7 @@ tasks.test {
}
group = "com.github.javadev"
-version = "1.24-SNAPSHOT"
+version = "1.25-SNAPSHOT"
description = "leetcode-in-kotlin"
java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11
diff --git a/pom-central.xml b/pom-central.xml
index f30ab1fa4..d49d3dff5 100644
--- a/pom-central.xml
+++ b/pom-central.xml
@@ -4,7 +4,7 @@
com.github.javadev
leetcode-in-kotlin
jar
- 1.24
+ 1.25
leetcode-in-kotlin
Kotlin-based LeetCode algorithm problem solutions, regularly updated
https://github.com/javadev/LeetCode-in-Kotlin
diff --git a/pom.xml b/pom.xml
index dfe7099bf..96f71e23a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.javadev
leetcode-in-kotlin
jar
- 1.24-SNAPSHOT
+ 1.25-SNAPSHOT
leetcode-in-kotlin
Kotlin-based LeetCode algorithm problem solutions, regularly updated
https://github.com/javadev/LeetCode-in-Kotlin