Skip to content

Commit

Permalink
Merge pull request #227 from MakinoharaShoko/dev
Browse files Browse the repository at this point in the history
update version number
  • Loading branch information
MakinoharaShoko authored Feb 12, 2023
2 parents f8b5a8e + f043f09 commit 01ed4ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgal-parser",
"version": "4.3.11-1",
"version": "4.3.12",
"description": "WebGAL script parser",
"scripts": {
"test": "node test/test.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgal",
"private": true,
"version": "4.3.11",
"version": "4.3.12",
"scripts": {
"dev": "vite --host 3000",
"build": "tsc && vite build --base=./",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgal/src/Core/initializeScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import axios from 'axios';
*/
export const initializeScript = (): void => {
// 打印初始log信息
logger.info('WebGAL 4.3.11');
logger.info('WebGAL 4.3.12');
logger.info('Github: https://github.com/MakinoharaShoko/WebGAL ');
logger.info('Made with ❤ by MakinoharaShoko');
// 激活强制缩放
Expand Down

0 comments on commit 01ed4ae

Please sign in to comment.