Skip to content

Commit 9cfc273

Browse files
ysfscreamRed-Asuka
authored andcommittedFeb 5, 2024
1.9.9
1 parent bc6f21d commit 9cfc273

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqttx-cli",
3-
"version": "1.9.8",
3+
"version": "1.9.9",
44
"description": "MQTTX Command Line Tools",
55
"keywords": [
66
"mqtt",

‎package.json

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

‎src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.9.8'
1+
export default '1.9.9'

‎web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqttx-web",
3-
"version": "1.9.8",
3+
"version": "1.9.9",
44
"license": "Apache-2.0",
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)