diff --git a/cli/package.json b/cli/package.json index 87cdb2d98..2fb20317b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-cli", - "version": "1.8.2", + "version": "1.8.3", "description": "MQTT X Command Line Tools", "keywords": [ "mqtt", diff --git a/cli/src/index.ts b/cli/src/index.ts index 8b6a10e86..a08b4957b 100755 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -26,7 +26,7 @@ export class Commander { .name('mqttx') .description('An MQTT client for the command line') .enablePositionalOptions() - .version(version, '-v, --version') + .version(`${version}\nhttps://mqttx.app/changelogs/v${version}`, '-v, --version') this.program .command('conn') diff --git a/package.json b/package.json index 6723e0fd3..1031c75a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTTX", - "version": "1.8.2", + "version": "1.8.3", "description": "MQTT desktop client", "author": "EMQX Team ", "scripts": { diff --git a/src/version.ts b/src/version.ts index 490367df3..5d35c916e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.8.2' +export default '1.8.3' diff --git a/web/package.json b/web/package.json index e2fda536f..44af086f8 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "mqttx-web", - "version": "1.8.2", + "version": "1.8.3", "license": "Apache-2.0", "scripts": { "serve": "vue-cli-service serve",