diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index d8c23d2a23ac7..7972b74ffe8dd 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -18.0.0-nightly.20220201 \ No newline at end of file +19.0.0-nightly.20220202 \ No newline at end of file diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index e757ec22e21f1..d7a51f57140c4 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 +* 19.x.y * 18.x.y * 17.x.y * 16.x.y -* 15.x.y ### End-of-life diff --git a/package.json b/package.json index 17364c42ece0c..bc9587c97a192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "18.0.0-nightly.20220201", + "version": "19.0.0-nightly.20220202", "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 0e94c61a98fec..cf79321198695 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 18,0,0,20220201 - PRODUCTVERSION 18,0,0,20220201 + FILEVERSION 19,0,0,20220202 + PRODUCTVERSION 19,0,0,20220202 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "GitHub, Inc." VALUE "FileDescription", "Electron" - VALUE "FileVersion", "18.0.0" + VALUE "FileVersion", "19.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", "18.0.0" + VALUE "ProductVersion", "19.0.0" VALUE "SquirrelAwareVersion", "1" END END