Skip to content

Commit

Permalink
v2.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 6, 2025
1 parent 78de468 commit e712fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gui/src/bridge/update/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import log from '../../utils/util.log.gui'
const isMac = process.platform === 'darwin'
const isLinux = process.platform === 'linux'

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

function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/src/view/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default {
</a-layout-content>
<a-layout-footer>
<div class="footer">
©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>
©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>
</div>
</a-layout-footer>
</a-layout>
Expand Down

0 comments on commit e712fe5

Please sign in to comment.