diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 39c5d6a6b7a89..b1a3205c6ec7a 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -6.0.3 \ No newline at end of file +6.0.4 \ No newline at end of file diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index 3c6c3c75ba77e..39b6a76b1379a 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -17,9 +17,9 @@ CFBundleIconFile electron.icns CFBundleVersion - 6.0.3 + 6.0.4 CFBundleShortVersionString - 6.0.3 + 6.0.4 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index ab7bab532aabd..6262b85a6b031 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 6,0,3,0 - PRODUCTVERSION 6,0,3,0 + FILEVERSION 6,0,4,0 + PRODUCTVERSION 6,0,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "GitHub, Inc." VALUE "FileDescription", "Electron" - VALUE "FileVersion", "6.0.3" + VALUE "FileVersion", "6.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", "6.0.3" + VALUE "ProductVersion", "6.0.4" VALUE "SquirrelAwareVersion", "1" END END diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 13e46b713fa65..b19d5b0abf1c1 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -7,7 +7,7 @@ #define ATOM_MAJOR_VERSION 6 #define ATOM_MINOR_VERSION 0 -#define ATOM_PATCH_VERSION 3 +#define ATOM_PATCH_VERSION 4 // clang-format off // #define ATOM_PRE_RELEASE_VERSION // clang-format on diff --git a/package.json b/package.json index 351955a404d9e..814ab8acb12e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "6.0.3", + "version": "6.0.4", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {