Browse Source

Bump v17.0.0-nightly.20210923

Sudowoodo Release Bot 3 years ago
parent
commit
da921e680f
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 @@
-16.0.0-nightly.20210922
+17.0.0-nightly.20210923

+ 1 - 1
docs/tutorial/support.md

@@ -70,9 +70,9 @@ until the maintainers feel the maintenance burden is too high to continue doing
 
 ### Currently supported versions
 
+* 17.x.y
 * 16.x.y
 * 15.x.y
-* 14.x.y
 * 13
 
 ### End-of-life

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "16.0.0-nightly.20210922",
+  "version": "17.0.0-nightly.20210923",
   "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 16,0,0,20210922
- PRODUCTVERSION 16,0,0,20210922
+ FILEVERSION 17,0,0,20210923
+ PRODUCTVERSION 17,0,0,20210923
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "GitHub, Inc."
             VALUE "FileDescription", "Electron"
-            VALUE "FileVersion", "16.0.0"
+            VALUE "FileVersion", "17.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", "16.0.0"
+            VALUE "ProductVersion", "17.0.0"
             VALUE "SquirrelAwareVersion", "1"
         END
     END