We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6f21d commit 9cfc273Copy full SHA for 9cfc273
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mqttx-cli",
3
- "version": "1.9.8",
+ "version": "1.9.9",
4
"description": "MQTTX Command Line Tools",
5
"keywords": [
6
"mqtt",
package.json
"name": "MQTTX",
"description": "MQTT desktop client",
"author": "EMQX Team <yusf@emqx.io>",
"scripts": {
src/version.ts
@@ -1 +1 @@
-export default '1.9.8'
+export default '1.9.9'
web/package.json
"name": "mqttx-web",
"license": "Apache-2.0",
"serve": "vue-cli-service serve",
0 commit comments