Browse Source

Revert "Bump v16.0.5"

This reverts commit 8091d72019997d3835a9c474d9a1c56a0aa5f384.
Sudowoodo Release Bot 3 years ago
parent
commit
a3f736e655
3 changed files with 6 additions and 6 deletions
  1. 1 1
      ELECTRON_VERSION
  2. 1 1
      package.json
  3. 4 4
      shell/browser/resources/win/electron.rc

+ 1 - 1
ELECTRON_VERSION

@@ -1 +1 @@
-16.0.5
+16.0.4

+ 1 - 1
package.json

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