Browse Source

Bump v18.0.0-nightly.20211118

Sudowoodo Release Bot 3 years ago
parent
commit
eb56209206
4 changed files with 7 additions and 7 deletions
  1. 1 1
      ELECTRON_VERSION
  2. 1 1
      docs/tutorial/support.md
  3. 1 1
      package.json
  4. 4 4
      shell/browser/resources/win/electron.rc

+ 1 - 1
ELECTRON_VERSION

@@ -1 +1 @@
-17.0.0-nightly.20211117
+18.0.0-nightly.20211118

+ 1 - 1
docs/tutorial/support.md

@@ -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 - 1
package.json

@@ -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": {

+ 4 - 4
shell/browser/resources/win/electron.rc

@@ -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