diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index ca327ca079c70..0fd9a71025120 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -9.3.4 \ No newline at end of file +9.3.5 \ No newline at end of file diff --git a/package.json b/package.json index 9e4b5d96c33e2..af5d4c60be85a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "9.3.4", + "version": "9.3.5", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -145,4 +145,4 @@ "dependencies": { "@types/temp": "^0.8.34" } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index 8dc6647b10bc7..1a19563f1ee2b 100644 --- a/shell/browser/resources/win/atom.rc +++ b/shell/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 9,3,4,0 - PRODUCTVERSION 9,3,4,0 + FILEVERSION 9,3,5,0 + PRODUCTVERSION 9,3,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "GitHub, Inc." VALUE "FileDescription", "Electron" - VALUE "FileVersion", "9.3.4" + VALUE "FileVersion", "9.3.5" VALUE "InternalName", "electron.exe" VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved." VALUE "OriginalFilename", "electron.exe" VALUE "ProductName", "Electron" - VALUE "ProductVersion", "9.3.4" + VALUE "ProductVersion", "9.3.5" VALUE "SquirrelAwareVersion", "1" END END