diff --git a/Readme.tpl.md b/Readme.tpl.md index d89f84d..716b0f3 100644 --- a/Readme.tpl.md +++ b/Readme.tpl.md @@ -4,6 +4,8 @@ [![Build_Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg?branch=master)](https://travis-ci.org/thomasnordquist/MQTT-Explorer) [![Build status](https://ci.appveyor.com/api/projects/status/c35tkm29rm4m5364/branch/master?svg=true)](https://ci.appveyor.com/project/thomasnordquist/mqtt-explorer/branch/master) + + ### Version {{ version }} A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently. diff --git a/icon.png b/icon.png index f9ebaba..46c3474 100644 Binary files a/icon.png and b/icon.png differ diff --git a/icon.xcf b/icon.xcf index be4682b..7b7fa9c 100644 Binary files a/icon.xcf and b/icon.xcf differ diff --git a/package.json b/package.json index c28ea36..56016d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTT-Explorer", - "version": "0.2.1", + "version": "0.2.1-alpha7", "description": "Explore your message queues", "main": "dist/src/electron.js", "scripts": { diff --git a/res/appx/Square150x150Logo.png b/res/appx/Square150x150Logo.png index 5864d21..998d791 100644 Binary files a/res/appx/Square150x150Logo.png and b/res/appx/Square150x150Logo.png differ diff --git a/res/appx/Square44x44Logo.png b/res/appx/Square44x44Logo.png index 76f92a7..be014f1 100644 Binary files a/res/appx/Square44x44Logo.png and b/res/appx/Square44x44Logo.png differ diff --git a/res/appx/StoreLogo.png b/res/appx/StoreLogo.png index 922ac03..940a7ef 100644 Binary files a/res/appx/StoreLogo.png and b/res/appx/StoreLogo.png differ diff --git a/res/appx/Wide310x150Logo.png b/res/appx/Wide310x150Logo.png index 750a7e8..65bb301 100644 Binary files a/res/appx/Wide310x150Logo.png and b/res/appx/Wide310x150Logo.png differ diff --git a/res/icon.icns b/res/icon.icns index 729d3b6..39e2940 100644 Binary files a/res/icon.icns and b/res/icon.icns differ diff --git a/res/icon.iconset/icon_512x512.png b/res/icon.iconset/icon_512x512.png deleted file mode 100644 index f9ebaba..0000000 Binary files a/res/icon.iconset/icon_512x512.png and /dev/null differ diff --git a/res/icon.iconset/icon_512x512@2x.png b/res/icon.iconset/icon_512x512@2x.png deleted file mode 100644 index 1453dee..0000000 Binary files a/res/icon.iconset/icon_512x512@2x.png and /dev/null differ diff --git a/res/icon.png b/res/icon.png index f9ebaba..220f9e1 100644 Binary files a/res/icon.png and b/res/icon.png differ diff --git a/res/icons/icon_512x512.png b/res/icons/icon_512x512.png deleted file mode 100644 index f9ebaba..0000000 Binary files a/res/icons/icon_512x512.png and /dev/null differ diff --git a/res/icons/icon_512x512@2x.png b/res/icons/icon_512x512@2x.png deleted file mode 100644 index 1453dee..0000000 Binary files a/res/icons/icon_512x512@2x.png and /dev/null differ