diff --git a/client/build.gradle b/client/build.gradle index adfcb0b..d5ceaae 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -27,7 +27,7 @@ compileTestKotlin { } group 'org.hso' -version '1.0.1' +version '1.0.2' archivesBaseName = 'TextureSync' mainClassName = 'org.hso.texturesyncclient.app.Main'