Skip to content

Commit dee6e01

Browse files
Bump v18.3.7
1 parent 483e39c commit dee6e01

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ELECTRON_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.3.6
1+
18.3.7

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "18.3.6",
3+
"version": "18.3.7",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

shell/browser/resources/win/electron.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 18,3,6,0
54-
PRODUCTVERSION 18,3,6,0
53+
FILEVERSION 18,3,7,0
54+
PRODUCTVERSION 18,3,7,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "GitHub, Inc."
7070
VALUE "FileDescription", "Electron"
71-
VALUE "FileVersion", "18.3.6"
71+
VALUE "FileVersion", "18.3.7"
7272
VALUE "InternalName", "electron.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
7474
VALUE "OriginalFilename", "electron.exe"
7575
VALUE "ProductName", "Electron"
76-
VALUE "ProductVersion", "18.3.6"
76+
VALUE "ProductVersion", "18.3.7"
7777
VALUE "SquirrelAwareVersion", "1"
7878
END
7979
END

0 commit comments

Comments
 (0)