Revert "Bump v22.0.0-nightly.20220805"

This reverts commit fbcd8f8a6e.
This commit is contained in:
Sudowoodo Release Bot 2022-08-05 07:54:04 -07:00
parent fbcd8f8a6e
commit a719568ac1
3 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
22.0.0-nightly.20220805
21.0.0-nightly.20220802

View file

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "22.0.0-nightly.20220805",
"version": "21.0.0-nightly.20220802",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
@ -148,4 +148,4 @@
"resolutions": {
"nan": "nodejs/nan#16fa32231e2ccd89d2804b3f765319128b20c4ac"
}
}
}

View file

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