From 82321f820e5e8e9ffe81a2ca9947e444206ba056 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 1 Feb 2022 03:45:08 +0200 Subject: [PATCH] Introduced version 1.1 --- build.gradle.kts | 2 +- pom-central.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4ee52388d..3a66466aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ tasks.test { } group = "com.github.javadev" -version = "1.0-SNAPSHOT" +version = "1.1-SNAPSHOT" description = "leetcode-in-kotlin" java.sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/pom-central.xml b/pom-central.xml index ccdf3e6fc..bfb0c7f89 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.0 + 1.1 leetcode-in-kotlin Kotlin Solution for LeetCode algorithm problems, continually updating https://github.com/javadev/LeetCode-in-Kotlin diff --git a/pom.xml b/pom.xml index 41c47667c..df10631e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.0-SNAPSHOT + 1.1-SNAPSHOT leetcode-in-kotlin Kotlin Solution for LeetCode algorithm problems, continually updating https://github.com/javadev/LeetCode-in-Kotlin