Browse Source

Bump v14.0.0

Sudowoodo Release Bot 3 years ago
parent
commit
9aa2608ca7
4 changed files with 5 additions and 5 deletions
  1. 1 1
      ELECTRON_VERSION
  2. 1 1
      docs/tutorial/support.md
  3. 1 1
      package.json
  4. 2 2
      shell/browser/resources/win/electron.rc

+ 1 - 1
ELECTRON_VERSION

@@ -1 +1 @@
-14.0.0-beta.25
+14.0.0

+ 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
 
+* 14.x.y
 * 13.x.y
 * 12.x.y
-* 11.x.y
 
 ### End-of-life
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "14.0.0-beta.25",
+  "version": "14.0.0",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {

+ 2 - 2
shell/browser/resources/win/electron.rc

@@ -50,8 +50,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 14,0,0,25
- PRODUCTVERSION 14,0,0,25
+ FILEVERSION 14,0,0,0
+ PRODUCTVERSION 14,0,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L