From a43be7d51d4d33182ef3144b4da5ccb49d0f4a63 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 19 Dec 2024 05:26:14 +0200 Subject: [PATCH 1/4] Version 1.32 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22cc6f317..44dd9e250 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.31) +[![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.32) [![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.31 + 1.32 ... @@ -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.31' +implementation 'com.github.javadev:leetcode-in-kotlin:1.32' ``` > ["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 c6a6d8cde3b380cbeedf446027150d69669a591c Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 19 Dec 2024 05:26:55 +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 a97e6402d..4a324920e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ tasks.test { } group = "com.github.javadev" -version = "1.31-SNAPSHOT" +version = "1.32-SNAPSHOT" description = "leetcode-in-kotlin" java.sourceCompatibility = JavaVersion.VERSION_17 java.targetCompatibility = JavaVersion.VERSION_17 From 0d8d8f57c6a859befa680c52c999b455d5fcb584 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 19 Dec 2024 05:27:24 +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 e9e3ab239..1160a0f53 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.31 + 1.32 leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin From 0c0b4e9e2a4b03b9191d5806ec948738017231f0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 19 Dec 2024 05:27:46 +0200 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ea5632622..de2aa0f54 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.31-SNAPSHOT + 1.32-SNAPSHOT leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin