Skip to content

Commit

Permalink
Merge pull request OpenWebGAL#168 from MakinoharaShoko/4.X-dev
Browse files Browse the repository at this point in the history
更新版本号
  • Loading branch information
MakinoharaShoko authored Apr 17, 2022
2 parents 3c908da + 0399dec commit 2ac9d1e
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,7 +1,7 @@
{
"name": "webgal",
"private": true,
"version": "4.0.2",
"version": "4.0.3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=./",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/initializeScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {pixiController} from "../Core/controller/perform/pixi/pixiController";
*/
export const initializeScript = (): void => {
// 打印初始log信息
logger.info('WebGAL 4.0.2 beta');
logger.info('WebGAL 4.0.3');
logger.info('Github: https://github.com/MakinoharaShoko/WebGAL ');
logger.info('Made with ❤ by MakinoharaShoko');
// 激活强制缩放
Expand Down

0 comments on commit 2ac9d1e

Please sign in to comment.