Skip to content

Commit f16e604

Browse files
v2.0.0.2
1 parent c2f1d0a commit f16e604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { isNewVersion } from '@docmirror/dev-sidecar/src/utils/util.version'
1414
const isMac = process.platform === 'darwin'
1515
const isLinux = process.platform === 'linux'
1616

17-
const curVersion = pkg.version
17+
const curVersion = `${pkg.version}.2`
1818
const isPreRelease = curVersion.includes('-')
1919

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

packages/gui/src/view/App.vue

Lines changed: 1 addition & 1 deletion
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 }}.2</span>
182182
</div>
183183
</a-layout-footer>
184184
</a-layout>

0 commit comments

Comments
 (0)