Skip to content

Commit

Permalink
chore(main): modfiy version: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Mar 16, 2020
1 parent a3614f2 commit cdd321f
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,7 +1,7 @@
{
"name": "MQTTX",
"author": "EMQ X Team",
"version": "1.2.3",
"version": "1.3.0",
"license": "Apache",
"description": "MQTT desktop client",
"repository": "https://github.com/emqx/MQTTX",
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.2.3'
const version = 'v1.3.0'
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.2.3</p>
<p class="version">v1.3.0</p>

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

0 comments on commit cdd321f

Please sign in to comment.