Bump v23.0.0-nightly.20220929

This commit is contained in:
Sudowoodo Release Bot 2022-09-29 06:00:48 -07:00
parent 6a68afdb8a
commit 3f598ef1ed
3 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
22.0.0-nightly.20220928 23.0.0-nightly.20220929

View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "22.0.0-nightly.20220928", "version": "23.0.0-nightly.20220929",
"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 22,0,0,20220928 FILEVERSION 23,0,0,20220929
PRODUCTVERSION 22,0,0,20220928 PRODUCTVERSION 23,0,0,20220929
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", "22.0.0" VALUE "FileVersion", "23.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", "22.0.0" VALUE "ProductVersion", "23.0.0"
VALUE "SquirrelAwareVersion", "1" VALUE "SquirrelAwareVersion", "1"
END END
END END