From 4f679a18865f5186e5445203cfc562deef77ce4c Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 13 Aug 2020 17:27:29 +0300 Subject: [PATCH] Advance dev version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2e1efb100..ef7e0474e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 group=org.jetbrains.kotlinx -version=0.0.1 +version=0.1.0 versionSuffix=SNAPSHOT kotlin.mpp.enableGranularSourceSetsMetadata=true @@ -10,4 +10,4 @@ kotlin.js.compiler=both # Workaround for Bintray treating .sha512 files as artifacts # https://github.com/gradle/gradle/issues/11412 -systemProp.org.gradle.internal.publish.checksums.insecure=true \ No newline at end of file +systemProp.org.gradle.internal.publish.checksums.insecure=true