Skip to content

Commit

Permalink
chore(pkg): 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Asuka authored and ysfscream committed Sep 26, 2022
1 parent 6d6f778 commit 0b5351e
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.8.2",
"version": "1.8.3",
"description": "MQTT X 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.8.2",
"version": "1.8.3",
"description": "MQTT desktop client",
"author": "EMQX Team <yusf@emqx.io>",
"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.8.2'
export default '1.8.3'
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.8.2",
"version": "1.8.3",
"license": "Apache-2.0",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 0b5351e

Please sign in to comment.