From 26f7301d8520e70c2adeabec4e9fcbe4f2029d85 Mon Sep 17 00:00:00 2001 From: Sergey Okatov Date: Tue, 26 Sep 2023 09:26:36 +0500 Subject: [PATCH] Deployment to Maven Central fixation --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea4097b..adefa09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.crowdproj" -version = "0.5.6" +version = "0.5.7" repositories { mavenCentral()