Skip to content

Commit

Permalink
chore(package): v1.5.2 -> v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Apr 2, 2021
1 parent 2c10be4 commit 19a3b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.2",
"version": "1.5.3",
"description": "MQTT desktop client",
"author": "EMQ X Team",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/updateChecker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { dialog, shell } from 'electron'
import axios from 'axios'

const version = 'v1.5.2'
const version = 'v1.5.3'
const release = 'https://api.github.com/repos/emqx/MQTTX/releases/latest'
const downloadUrl = 'https://github.com/emqx/MQTTX/releases/latest'

Expand Down
2 changes: 1 addition & 1 deletion src/views/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="about-content">
<img class="logo" :src="logo" alt="mqttx" />

<p class="version">v1.5.2</p>
<p class="version">v1.5.3</p>

<p class="about-help">
<a class="web-link" href="javascript:;" @click="checkUpdate">{{ $t('about.update') }}</a>
Expand Down

0 comments on commit 19a3b8e

Please sign in to comment.