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