Skip to content

Commit fbf32f6

Browse files
committed
Bump v12.0.0-nightly.20200915
1 parent 459a95a commit fbf32f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ELECTRON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.0-nightly.20200914
1+
12.0.0-nightly.20200915

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "12.0.0-nightly.20200914",
3+
"version": "12.0.0-nightly.20200915",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {
@@ -139,4 +139,4 @@
139139
"dependencies": {
140140
"@types/temp": "^0.8.34"
141141
}
142-
}
142+
}

shell/browser/resources/win/electron.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 12,0,0,20200914
54-
PRODUCTVERSION 12,0,0,20200914
53+
FILEVERSION 12,0,0,20200915
54+
PRODUCTVERSION 12,0,0,20200915
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)