Bump v19.0.0-nightly.20220202

This commit is contained in:
Sudowoodo Release Bot 2022-02-02 05:20:39 -08:00
parent 7c701367c0
commit 8b6202b6a8
4 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
18.0.0-nightly.20220201 19.0.0-nightly.20220202

View file

@ -70,10 +70,10 @@ until the maintainers feel the maintenance burden is too high to continue doing
### Currently supported versions ### Currently supported versions
* 19.x.y
* 18.x.y * 18.x.y
* 17.x.y * 17.x.y
* 16.x.y * 16.x.y
* 15.x.y
### End-of-life ### End-of-life

View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "18.0.0-nightly.20220201", "version": "19.0.0-nightly.20220202",
"repository": "https://github.com/electron/electron", "repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": { "devDependencies": {

View file

@ -50,8 +50,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 18,0,0,20220201 FILEVERSION 19,0,0,20220202
PRODUCTVERSION 18,0,0,20220201 PRODUCTVERSION 19,0,0,20220202
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -68,12 +68,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "GitHub, Inc." VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron" VALUE "FileDescription", "Electron"
VALUE "FileVersion", "18.0.0" VALUE "FileVersion", "19.0.0"
VALUE "InternalName", "electron.exe" VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved." VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe" VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron" VALUE "ProductName", "Electron"
VALUE "ProductVersion", "18.0.0" VALUE "ProductVersion", "19.0.0"
VALUE "SquirrelAwareVersion", "1" VALUE "SquirrelAwareVersion", "1"
END END
END END