Skip to content

Commit e712fe5

Browse files
v2.0.0.1
1 parent 78de468 commit e712fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gui/src/bridge/update/backend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import log from '../../utils/util.log.gui'
1313
const isMac = process.platform === 'darwin'
1414
const isLinux = process.platform === 'linux'
1515

16-
const curVersion = pkg.version
16+
const curVersion = `${pkg.version}.1`
1717
const isPreRelease = curVersion.includes('-')
1818

1919
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {

packages/gui/src/view/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default {
178178
</a-layout-content>
179179
<a-layout-footer>
180180
<div class="footer">
181-
©2020-2025 docmirror.cn by <a @click="openExternal('https://github.com/greper')">Greper</a>, <a @click="openExternal('https://github.com/wangliang181230')">WangLiang</a> <span>{{ info.version }}</span>
181+
©2020-2025 docmirror.cn by <a @click="openExternal('https://github.com/greper')">Greper</a>, <a @click="openExternal('https://github.com/wangliang181230')">WangLiang</a> <span>{{ info.version }}.1</span>
182182
</div>
183183
</a-layout-footer>
184184
</a-layout>

0 commit comments

Comments
 (0)