diff --git a/Readme.md b/Readme.md
index 1619acd..791f115 100644
--- a/Readme.md
+++ b/Readme.md
@@ -3,13 +3,23 @@
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
-### Version 0.0.9
+### Version 0.1.0
See the whole picture of your message queue.
The perfect tool to integrate new services, IoT devices in your network.
This application subscribes to all topics on your MQTT-Server and displays your message queue hierarchy, allowing you to drill-down to the topics that are of interest.
## Download
-The app is prebuilt for Windows ([portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.9/MQTT-Explorer-0.0.9.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.9/MQTT-Explorer-Setup-0.0.9.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.9/MQTT-Explorer-0.0.9-x86_64.AppImage)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.9/MQTT-Explorer-0.0.9.dmg)).
+The app is prebuilt for Windows ([portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-Setup-0.1.0.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0-x86_64.AppImage)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0.dmg)).
+
+
+
+| | | |
+|:----------|:-------------:|:------:|
+|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-Setup-0.1.0.exe) |
+|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0-x86_64.AppImage)
*Run AppImage:
Make it executable and double-click it.* |
+|  | Mac | [dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.0/MQTT-Explorer-0.1.0.dmg) |
+
+
More architectures and package types: [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
diff --git a/Readme.tpl.md b/Readme.tpl.md
index 8c8d201..4bf0327 100644
--- a/Readme.tpl.md
+++ b/Readme.tpl.md
@@ -11,6 +11,16 @@ This application subscribes to all topics on your MQTT-Server and displays your
## Download
The app is prebuilt for Windows ({{windowsTargets}}), Linux ({{linuxTargets}}) and Mac ({{macTargets}}).
+
+
+| | | |
+|:----------|:-------------:|:------:|
+|  | Windows | {{windowsTargets}} |
+|  | Linux | {{linuxTargets}}
*Run AppImage:
Make it executable and double-click it.* |
+|  | Mac | {{macTargets}} |
+
+
+
More architectures and package types: [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
