Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Jul 13, 2024
1 parent 51f20de commit b9c4bce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mqttx-cli",
"version": "1.10.0",
"version": "1.10.1",
"description": "MQTTX Command Line Tools",
"keywords": [
"mqtt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MQTTX",
"version": "1.10.0",
"version": "1.10.1",
"description": "MQTT desktop client",
"author": "EMQX Team <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.10.0'
export default '1.10.1'
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b9c4bce

Please sign in to comment.