From f41cc630b4c57d90484b5add00216f1791c4cb8a Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Thu, 30 May 2024 21:03:25 -0400 Subject: [PATCH] Bump version to 0.9.0 for kotlin 2.0 support --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 486d39b..400c8d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.8.4 +version=0.9.0 signing.gnupg.keyName=5B83421E2338B907 org.gradle.jvmargs=-Xmx4096m kotlin.mpp.enableCInteropCommonization=true