Skip to content

Commit

Permalink
bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HoraceHuang-ui committed Nov 10, 2023
1 parent 6d6f154 commit 3df4a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miXeD",
"version": "2.4.0",
"version": "2.4.2",
"main": "dist-electron/main/index.js",
"description": "All-in-one MiHOYO game launcher",
"author": "HoraceHYY <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ onMounted(async () => {
// BUILD: '../../app.asar/package.json'
// DEV: '../../package.json'
fetch('../../package.json')
fetch('../../app.asar/package.json')
.then(response => response.json())
.then((resp) => { appVer.value = resp.version })
})
Expand Down

0 comments on commit 3df4a0e

Please sign in to comment.