From 93e76e339e5d8c6b475e1fb6e20905c31dab84c0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 26 Nov 2024 17:20:17 +0200 Subject: [PATCH 1/4] Version 1.31 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25f06cac7..4f683d4a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LeetCode-in-Kotlin -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-kotlin?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.30) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-kotlin?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.31) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/leetcode-in-kotlin/blob/main/LICENSE) [![Java CI with Maven](https://github.com/javadev/LeetCode-in-Kotlin/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/LeetCode-in-Kotlin/actions/workflows/maven.yml) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_LeetCode-in-Kotlin&metric=sqale_rating)](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.30 + 1.31 ... @@ -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.30' +implementation 'com.github.javadev:leetcode-in-kotlin:1.31' ``` > ["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) From b83baf77b755d777acf4c8a7ada536d5cf2babfc Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 26 Nov 2024 17:21:24 +0200 Subject: [PATCH 2/4] Update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fa41ae287..86b4f9d54 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ tasks.test { } group = "com.github.javadev" -version = "1.30-SNAPSHOT" +version = "1.31-SNAPSHOT" description = "leetcode-in-kotlin" java.sourceCompatibility = JavaVersion.VERSION_17 java.targetCompatibility = JavaVersion.VERSION_17 From 01126bbd78c51987d9a2d20dc8847ce055d36ec0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 26 Nov 2024 17:21:53 +0200 Subject: [PATCH 3/4] Update pom-central.xml --- pom-central.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-central.xml b/pom-central.xml index ea867be32..598c739fb 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.30 + 1.31 leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin From 719137222a4c85261b622d35e202abb7d37c971a Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 26 Nov 2024 17:22:17 +0200 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fd9ffc33b..9fab2e703 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.30-SNAPSHOT + 1.31-SNAPSHOT leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin @@ -101,7 +101,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.9.20 + 2.0.0-Beta prepare-package