Skip to content

Commit

Permalink
update version to 0.3.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
do-kim-pubg authored Mar 11, 2022
1 parent 77ad4b6 commit faec5b0
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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"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 faec5b0

Please sign in to comment.