diff --git a/build.gradle b/build.gradle index 8e4dd29..298c7cd 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ apply plugin: 'application' apply plugin: 'org.javafxports.jfxmobile' group = 'com.github.adrianromero' -version = '1.0.20' +version = '1.0.21' mainClassName = 'com.adr.helloiot.MainAppClient' ext.mainClass = 'com.adr.helloiot.MainAppClient'