Skip to content

Commit

Permalink
chore(main): modfiy version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 29, 2019
1 parent fe49a2a commit 023f996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1.1'
const version = 'v1.1.2'
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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MQTTX",
"author": "EMQ X Team",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache",
"description": "MQTT desktop client",
"repository": "https://github.com/emqx/MQTTX",
Expand Down
2 changes: 1 addition & 1 deletion src/views/settings/SettingsLeft.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="settings-left">
<img class="logo" :src="logo" alt="mqttx">
<p class="version">{{ $t('settings.version') }} 1.1.1</p>
<p class="version">{{ $t('settings.version') }} 1.1.2</p>
<a class="update" href="javascript:;" @click="checkUpdate">{{ $t('settings.update') }}</a>

<a
Expand Down

0 comments on commit 023f996

Please sign in to comment.