From 6d75f29f03fd42a05fa502ba6f12b052d042ae83 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 18 Feb 2019 23:48:12 +0100 Subject: [PATCH] Update readme --- Readme.md | 2 +- Readme.tpl.md | 3 +-- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index a1baf99..b81e92e 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ The app is available for Windows ([portable](https://github.com/t [More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases) ## Demo -![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif) +![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif) ## Performance This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute. diff --git a/Readme.tpl.md b/Readme.tpl.md index 615781e..413a8a9 100644 --- a/Readme.tpl.md +++ b/Readme.tpl.md @@ -2,7 +2,6 @@ [![Downloads](https://img.shields.io/github/release/thomasnordquist/mqtt-explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases) [![Downloads](https://img.shields.io/github/downloads/thomasnordquist/mqtt-explorer/total.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases) [![Build_Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer) -![](https://img.shields.io/github/commits-since/thomasnordquist/mqtt-explorer/latest.svg?style=flat) ### Version {{ version }} @@ -31,7 +30,7 @@ The app is available for Windows ({{windowsTargets}}), Linux ({{linuxTargets}}) [More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases) ## Demo -![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif) +![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif) ## Performance This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute. diff --git a/package.json b/package.json index 74cf71e..3fe31d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTT-Explorer", - "version": "0.2.0-alpha", + "version": "0.2.0", "description": "Explore your message queues", "main": "dist/src/electron.js", "scripts": {