From a65bf201bccb4ceefe207af960d68a5d3317f2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Romero?= Date: Mon, 19 Mar 2018 00:28:06 +0100 Subject: [PATCH] Bumping version to 1.0.23 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 780b9ee..66e5a1c 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Install and execute HelloIoT To run HelloIoT just download and install the appropiate release file: -* [helloiot-1.0.22.zip](https://github.com/adrianromero/helloiot/releases/download/1.0.22/helloiot-1.0.22.zip) Windows / Mac / Linux -* [helloiot-1.0.22.apk](https://github.com/adrianromero/helloiot/releases/download/1.0.22/helloiot-1.0.22.apk) Android +* [helloiot-1.0.23.zip](https://github.com/adrianromero/helloiot/releases/download/1.0.23/helloiot-1.0.23.zip) Windows / Mac / Linux +* [helloiot-1.0.23.apk](https://github.com/adrianromero/helloiot/releases/download/1.0.23/helloiot-1.0.23.apk) Android Install a MQTT Broker ---------------------- diff --git a/build.gradle b/build.gradle index 550738d..3302cb6 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.22' +version = '1.0.23' mainClassName = 'com.adr.helloiot.MainAppClient' ext.mainClass = 'com.adr.helloiot.MainAppClient'