diff --git a/cli/package.json b/cli/package.json index 8f8005b16..ac70f976e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-cli", - "version": "1.9.6", + "version": "1.9.7", "description": "MQTTX Command Line Tools", "keywords": [ "mqtt", diff --git a/package.json b/package.json index 4b61afc46..9a76c3acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTTX", - "version": "1.9.6", + "version": "1.9.7", "description": "MQTT desktop client", "author": "EMQX Team ", "scripts": { diff --git a/src/version.ts b/src/version.ts index b17827fd0..4aa867ed6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.9.6' +export default '1.9.7' diff --git a/web/package.json b/web/package.json index d960c62ec..f453c41c3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-web", - "version": "1.9.6", + "version": "1.9.7", "license": "Apache-2.0", "scripts": { "serve": "vue-cli-service serve",