Skip to content

Commit

Permalink
为 tag 递增版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Jan 23, 2019
1 parent f70a55c commit 2429ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/main/mainLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ mainWindow.addEventListener('dom-ready', () => {

if (testIsLocalGameWindow(mainWindow.src)) {
scaleWindow(scalePercent)
mainWindow.insertCSS('body{overflow:hidden;}')
} else {
scaleWindow(100)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "majsoul-plus-client",
"version": "1.8.7",
"version": "1.8.8",
"productName": "Majsoul Plus",
"author": "MajsoulPlus Team",
"description": "Majsoul Plus",
Expand Down

0 comments on commit 2429ef8

Please sign in to comment.