Skip to content

Commit

Permalink
Bumping to 1.0.31 version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianromero committed Jul 29, 2018
1 parent fe0b422 commit 83d5ba8
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.30.zip](https://github.com/adrianromero/helloiot/releases/download/1.0.30/helloiot-1.0.30.zip) Windows / MacOS / Linux
* [helloiot-1.0.30.apk](https://github.com/adrianromero/helloiot/releases/download/1.0.30/helloiot-1.0.30.apk) Android
* [helloiot-1.0.30.zip](https://github.com/adrianromero/helloiot/releases/download/1.0.31/helloiot-1.0.31.zip) Windows / MacOS / Linux
* [helloiot-1.0.30.apk](https://github.com/adrianromero/helloiot/releases/download/1.0.31/helloiot-1.0.31.apk) Android

[![Installing HelloIoT](https://img.youtube.com/vi/RuxUUHpTbR0/0.jpg)](https://www.youtube.com/watch?v=RuxUUHpTbR0)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'application'
apply plugin: 'org.javafxports.jfxmobile'

group = 'com.github.adrianromero'
version = '1.0.30'
version = '1.0.31'

mainClassName = 'com.adr.helloiot.MainAppClient'
ext.mainClass = 'com.adr.helloiot.MainAppClient'
Expand Down

0 comments on commit 83d5ba8

Please sign in to comment.