Skip to content

Commit

Permalink
Bumping version to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianromero committed Mar 18, 2018
1 parent 81f2726 commit a65bf20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a65bf20

Please sign in to comment.