From ff39a36b5c354f0c090d9eb9c77bf29694b987f3 Mon Sep 17 00:00:00 2001 From: Artem IG Date: Fri, 21 Oct 2022 06:09:57 +0300 Subject: [PATCH] !!master --- README.md | 6 ++---- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 547604b..e72aa83 100644 --- a/README.md +++ b/README.md @@ -190,11 +190,9 @@ publishing { } } scm { - connection.set( - github.replace( - "https:", - "scm:git:") + ".git") url.set(github) + connection.set( + github.replace("https:", "scm:git:") + ".git") } licenses { license { diff --git a/build.gradle.kts b/build.gradle.kts index 380b74e..8eb1bc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.github.rtmigo" -version = "0.3.0" // -SNAPSHOT +version = "0.3.1-SNAPSHOT" // repositories { mavenCentral()