Skip to content

Commit

Permalink
v2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sonht0555 committed Oct 21, 2024
1 parent 6159d8b commit 5fedcfc
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ if [ $minor_version -ge 100 ]; then
minor_version=0
major_version=$((major_version + 1))
fi

new_game_version="V${major_version}.$(printf "%02d" $minor_version)"

# Update version in index.html
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<span class="" id="notiDetail" style="opacity: 0.4"></span>
<div class="flex-1"></div>
</div>
<script>let gameVer = 'V2.16';</script>
<script>let gameVer = 'V2.22';</script>
<script type="" src="./src/js/global.js"></script>
<script type="module" src="./src/js/main.js"></script>
<script type="module" src="./src/js/welcome.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/js/cloud.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/gamepad.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/ocr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/setting.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/js/state.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5fedcfc

Please sign in to comment.