From e3478ac767358713e8842df93946e76ab5807f4d Mon Sep 17 00:00:00 2001 From: Andrey Shcheglov Date: Thu, 30 Mar 2023 20:37:30 +0300 Subject: [PATCH] Bump the version to 0.0.1 before the release (#17) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c381719..b37fb8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ repositories { allprojects { group = "io.github.oxisto" - version = "0.0.0-SNAPSHOT" + version = "0.0.1" } tasks.dokkaHtmlCollector.configure{