diff --git a/cli/package.json b/cli/package.json index 21baf36c6..92dac19e6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-cli", - "version": "1.10.0", + "version": "1.10.1", "description": "MQTTX Command Line Tools", "keywords": [ "mqtt", diff --git a/package.json b/package.json index 04ceb120b..248053520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTTX", - "version": "1.10.0", + "version": "1.10.1", "description": "MQTT desktop client", "author": "EMQX Team ", "scripts": { diff --git a/src/version.ts b/src/version.ts index f9a4c7b12..a224227e6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.10.0' +export default '1.10.1' diff --git a/web/package.json b/web/package.json index b4ac78d64..9798892aa 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-web", - "version": "1.10.0", + "version": "1.10.1", "license": "Apache-2.0", "scripts": { "serve": "vue-cli-service serve",