diff --git a/.gitignore b/.gitignore index 04e342d0..9f77105f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.log /Releases /archived +/temp ### Gradle ### .gradle diff --git a/build.gradle.kts b/build.gradle.kts index dc815b0c..c2ff2c9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.sunnychung.application" -version = "1.5.0-SNAPSHOT" // must be in 'x.y.z' for native distributions +version = "1.5.0" // must be in 'x.y.z' for native distributions repositories { google()