Bump v16.0.0-nightly.20210722
This commit is contained in:
parent
19820fc2a7
commit
eca1098b55
4 changed files with 9 additions and 9 deletions
|
@ -1 +1 @@
|
|||
15.0.0-nightly.20210721
|
||||
16.0.0-nightly.20210722
|
|
@ -70,10 +70,10 @@ until the maintainers feel the maintenance burden is too high to continue doing
|
|||
|
||||
### Currently supported versions
|
||||
|
||||
* 16.x.y
|
||||
* 15.x.y
|
||||
* 14.x.y
|
||||
* 13.x.y
|
||||
* 12.x.y
|
||||
* 11.x.y
|
||||
* 13
|
||||
|
||||
### End-of-life
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "15.0.0-nightly.20210721",
|
||||
"version": "16.0.0-nightly.20210722",
|
||||
"repository": "https://github.com/electron/electron",
|
||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -50,8 +50,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 15,0,0,20210721
|
||||
PRODUCTVERSION 15,0,0,20210721
|
||||
FILEVERSION 16,0,0,20210722
|
||||
PRODUCTVERSION 16,0,0,20210722
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -68,12 +68,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "GitHub, Inc."
|
||||
VALUE "FileDescription", "Electron"
|
||||
VALUE "FileVersion", "15.0.0"
|
||||
VALUE "FileVersion", "16.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", "15.0.0"
|
||||
VALUE "ProductVersion", "16.0.0"
|
||||
VALUE "SquirrelAwareVersion", "1"
|
||||
END
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue