Skip to content

Commit

Permalink
Update version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 27, 2024
1 parent dc5df1e commit ea36847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "PUBG"
},
"version": "0.3.7",
"version": "0.3.8",
"scripts": {
"build": "concurrently \"pnpm run build:main\" \"pnpm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
4 changes: 2 additions & 2 deletions electron-app/release/app/package-lock.json

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

2 changes: 1 addition & 1 deletion electron-app/release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": {
"name": "PUBG"
},
"version": "0.3.7",
"version": "0.3.8",
"scripts": {
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
Expand Down

0 comments on commit ea36847

Please sign in to comment.