Skip to content

Commit 9c413d9

Browse files
committed
1.13.0
1 parent 4294625 commit 9c413d9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqttx-cli",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"description": "MQTTX Command Line Tools",
55
"keywords": [
66
"mqtt",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MQTTX",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"description": "MQTT desktop client",
55
"author": "EMQX Team <yusf@emqx.io>",
66
"scripts": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.12.1'
1+
export default '1.13.0'

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqttx-web",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"vue:cli": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service",

0 commit comments

Comments
 (0)