diff --git a/cli/package.json b/cli/package.json index efe77b51a..343cd608c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-cli", - "version": "1.9.4", + "version": "1.9.5", "description": "MQTTX Command Line Tools", "keywords": [ "mqtt", diff --git a/package.json b/package.json index 888ce2fcf..39f40724b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTTX", - "version": "1.9.4", + "version": "1.9.5", "description": "MQTT desktop client", "author": "EMQX Team ", "scripts": { diff --git a/src/version.ts b/src/version.ts index 19e99555c..0a5be0fef 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.9.4' +export default '1.9.5' diff --git a/web/package.json b/web/package.json index d8a44c6bb..8a33fff95 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-web", - "version": "1.9.4", + "version": "1.9.5", "license": "Apache-2.0", "scripts": { "serve": "vue-cli-service serve",