Bump v18.0.0-nightly.20211118
This commit is contained in:
parent
0cb46a3712
commit
eb56209206
4 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
|||
17.0.0-nightly.20211117
|
||||
18.0.0-nightly.20211118
|
|
@ -70,10 +70,10 @@ until the maintainers feel the maintenance burden is too high to continue doing
|
|||
|
||||
### Currently supported versions
|
||||
|
||||
* 18.x.y
|
||||
* 17.x.y
|
||||
* 16.x.y
|
||||
* 15.x.y
|
||||
* 14.x.y
|
||||
|
||||
### End-of-life
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "17.0.0-nightly.20211117",
|
||||
"version": "18.0.0-nightly.20211118",
|
||||
"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 17,0,0,20211117
|
||||
PRODUCTVERSION 17,0,0,20211117
|
||||
FILEVERSION 18,0,0,20211118
|
||||
PRODUCTVERSION 18,0,0,20211118
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -68,12 +68,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "GitHub, Inc."
|
||||
VALUE "FileDescription", "Electron"
|
||||
VALUE "FileVersion", "17.0.0"
|
||||
VALUE "FileVersion", "18.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", "17.0.0"
|
||||
VALUE "ProductVersion", "18.0.0"
|
||||
VALUE "SquirrelAwareVersion", "1"
|
||||
END
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue