From 9b1622bf1c0e18d695a2f809f596bb67bc14b6ed Mon Sep 17 00:00:00 2001 From: Sunny Chung Date: Wed, 10 Jul 2024 22:54:50 +0800 Subject: [PATCH] update version to 1.6.0-beta.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9440353..96e99d4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "com.sunnychung.application" -version = "1.6.0-beta.1" // must be in 'x.y.z' for native distributions +version = "1.6.0-beta.2" // must be in 'x.y.z' for native distributions repositories { google()