From 55c48efb907152dac8cb04fe0232801b38ae7bbc Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Thu, 14 Feb 2019 14:09:13 -0800 Subject: [PATCH] Bump v4.0.5 --- VERSION | 2 +- atom/browser/resources/mac/Info.plist | 4 ++-- atom/browser/resources/win/atom.rc | 8 ++++---- atom/common/atom_version.h | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 7d666cb219c3e..8b2dd6c36f448 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.4 \ No newline at end of file +4.0.5 \ No newline at end of file diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index bc1ccdbc76b8b..23c8ed3f02c93 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -17,9 +17,9 @@ CFBundleIconFile electron.icns CFBundleVersion - 4.0.4 + 4.0.5 CFBundleShortVersionString - 4.0.4 + 4.0.5 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index aa128d382119c..c3727b136e18c 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,4,0 - PRODUCTVERSION 4,0,4,0 + FILEVERSION 4,0,5,0 + PRODUCTVERSION 4,0,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "GitHub, Inc." VALUE "FileDescription", "Electron" - VALUE "FileVersion", "4.0.4" + VALUE "FileVersion", "4.0.5" VALUE "InternalName", "electron.exe" VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved." VALUE "OriginalFilename", "electron.exe" VALUE "ProductName", "Electron" - VALUE "ProductVersion", "4.0.4" + VALUE "ProductVersion", "4.0.5" VALUE "SquirrelAwareVersion", "1" END END diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 5c03cec9a80e7..013b894620912 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -7,7 +7,7 @@ #define ATOM_MAJOR_VERSION 4 #define ATOM_MINOR_VERSION 0 -#define ATOM_PATCH_VERSION 4 +#define ATOM_PATCH_VERSION 5 // clang-format off // #define ATOM_PRE_RELEASE_VERSION // clang-format on diff --git a/package-lock.json b/package-lock.json index dd839b45d2f7a..5634006212f44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e5ebf02ebcb1..9b8a3380ca364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.4", + "version": "4.0.5", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {