Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Bump v1.4.0
Browse files Browse the repository at this point in the history
Maps to upstream 1.4.0
  • Loading branch information
bridiver committed Sep 20, 2016
1 parent e6fed34 commit 6c26828
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions atom/browser/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>1.3.15</string>
<string>1.4.0</string>
<key>CFBundleShortVersionString</key>
<string>1.3.15</string>
<string>1.4.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions atom/browser/resources/win/atom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,15,0
PRODUCTVERSION 1,3,15,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,12 +74,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "1.3.15"
VALUE "FileVersion", "1.4.0"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "1.3.15"
VALUE "ProductVersion", "1.4.0"
VALUE "SquirrelAwareVersion", "1"
END
END
Expand Down
4 changes: 2 additions & 2 deletions atom/common/atom_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define ATOM_COMMON_ATOM_VERSION_H_

#define ATOM_MAJOR_VERSION 1
#define ATOM_MINOR_VERSION 3
#define ATOM_PATCH_VERSION 15
#define ATOM_MINOR_VERSION 4
#define ATOM_PATCH_VERSION 0

#define ATOM_VERSION_IS_RELEASE 1

Expand Down
2 changes: 1 addition & 1 deletion electron.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'product_name%': 'Brave',
'company_name%': 'Brave Software',
'company_abbr%': 'brave',
'version%': '1.3.15',
'version%': '1.4.0',
},
'includes': [
'filenames.gypi',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "1.3.15",
"version": "1.4.0",
"devDependencies": {
"asar": "^0.11.0",
"electabul": "~0.0.4",
Expand Down

0 comments on commit 6c26828

Please sign in to comment.