Skip to content

Commit

Permalink
feat: update version from 1.4.1 to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peilinok committed Oct 21, 2022
1 parent 27834b2 commit 003e702
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
Expand Up @@ -2,7 +2,7 @@
"name": "agora-meeting",
"productName": "AgoraMeetingExample-Electron",
"description": "AgoraMeetingExample-Electron",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
"build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "agora-meeting-example-electron",
"productName": "AgoraMeetingExample-Electron",
"description": "AgoraMeetingExample-Electron",
"version": "1.4.1",
"version": "1.4.2",
"main": "./main.prod.js",
"scripts": {
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",
Expand Down

0 comments on commit 003e702

Please sign in to comment.