diff --git a/build.gradle.kts b/build.gradle.kts index a055abe3..ceeffa61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "com.sunnychung.application" -version = "1.3.0-SNAPSHOT" // must be in 'x.y.z' for native distributions +version = "1.3.0" // must be in 'x.y.z' for native distributions repositories { google()