Skip to content

Commit

Permalink
chore(package): v1.5.3 -> v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed May 10, 2021
1 parent 18c0096 commit d3cbf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3'
const version = 'v1.5.4'
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.3</p>
<p class="version">v1.5.4</p>

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

0 comments on commit d3cbf77

Please sign in to comment.