Skip to content

Commit

Permalink
Revert back to Electron 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cstayyab committed Apr 28, 2019
1 parent 52f3f6a commit 6be3989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
- Updated Electron to latest version (v5.0.0)
- Added Confirmation Notification for "Desktop Notification Enabled"
- Added Network Connectivity Checker
- Ready to release v0.1.2
- Ready to release v0.1.2
0.1.3-beta
- Reverted electron version to v4.1.5 due to a bug in electron v5.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"devDependencies": {
"electron": "^5.0.0",
"electron": "^4.1.5",
"electron-builder": "^20.39.0",
"electron-packager": "^13.1.1",
"webpack": "^4.30.0"
Expand Down

0 comments on commit 6be3989

Please sign in to comment.