We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251349a commit eeafa78Copy full SHA for eeafa78
4 files changed
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mqttx-cli",
3
- "version": "1.12.0",
+ "version": "1.12.1-beta.1",
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.12.0'
+export default '1.12.1-beta.1'
web/package.json
"name": "mqttx-web",
"license": "Apache-2.0",
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
0 commit comments