From eb56209206a9888d37e88316154d886bfce6e8de Mon Sep 17 00:00:00 2001 From: Sudowoodo Release Bot <88427002+sudowoodo-release-bot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 05:01:32 -0800 Subject: [PATCH] Bump v18.0.0-nightly.20211118 --- ELECTRON_VERSION | 2 +- docs/tutorial/support.md | 2 +- package.json | 2 +- shell/browser/resources/win/electron.rc | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 334d60efdd2d..7d25cc915e02 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -17.0.0-nightly.20211117 \ No newline at end of file +18.0.0-nightly.20211118 \ No newline at end of file diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index c48cab400598..8f1d4601915d 100644 --- a/docs/tutorial/support.md +++ b/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 diff --git a/package.json b/package.json index 13cbd5084ed7..c52a84e52630 100644 --- a/package.json +++ b/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": { diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index 1a74161b47ae..d75234c0702d 100644 --- a/shell/browser/resources/win/electron.rc +++ b/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