Skip to content

Commit c64fd97

Browse files
committed
Bump electron version for proper shortcut labels on Windows #326
Signed-off-by: Steven Esser <[email protected]>
1 parent f3fe101 commit c64fd97

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
APP_NAME = 'ScanCode-Workbench'
2929
APP_BUNDLE_ID = 'com.electron.scancode-workbench'
3030
VERSION = '3.0.0b1'
31-
ELECTRON_VERSION = '3.0.3'
31+
ELECTRON_VERSION = '3.1.1'
3232

3333
#######################
3434
ARCH = 'x64'

npm-shrinkwrap.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"asar": "^0.11.0",
2929
"chai": "^3.5.0",
3030
"chai-subset": "^1.5.0",
31-
"electron": "3.0.3",
31+
"electron": "3.1.1",
3232
"electron-packager": "^12.2.0",
3333
"electron-rebuild": "^1.8.2",
3434
"eslint": "^4.16.0",

0 commit comments

Comments
 (0)