Skip to content

Commit 2343f7c

Browse files
author
John Kleinschmidt
committed
Bump v2.0.0-beta.5
1 parent 8991ad3 commit 2343f7c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

atom/browser/resources/win/atom.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
VS_VERSION_INFO VERSIONINFO
59-
FILEVERSION 2,0,0,4
60-
PRODUCTVERSION 2,0,0,4
59+
FILEVERSION 2,0,0,5
60+
PRODUCTVERSION 2,0,0,5
6161
FILEFLAGSMASK 0x3fL
6262
#ifdef _DEBUG
6363
FILEFLAGS 0x1L

atom/common/atom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define ATOM_MAJOR_VERSION 2
99
#define ATOM_MINOR_VERSION 0
1010
#define ATOM_PATCH_VERSION 0
11-
#define ATOM_PRE_RELEASE_VERSION -beta.4
11+
#define ATOM_PRE_RELEASE_VERSION -beta.5
1212

1313
#ifndef ATOM_STRINGIFY
1414
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)

electron.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'product_name%': 'Electron',
55
'company_name%': 'GitHub, Inc',
66
'company_abbr%': 'github',
7-
'version%': '2.0.0-beta.4',
7+
'version%': '2.0.0-beta.5',
88
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
99
},
1010
'includes': [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

0 commit comments

Comments
 (0)