Skip to content

Commit

Permalink
Bump v2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Mar 27, 2018
1 parent 2903d76 commit 65e1252
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions atom/browser/resources/win/atom.rc
Expand Up @@ -56,8 +56,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,5
PRODUCTVERSION 2,0,0,5
FILEVERSION 2,0,0,6
PRODUCTVERSION 2,0,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down
2 changes: 1 addition & 1 deletion atom/common/atom_version.h
Expand Up @@ -8,7 +8,7 @@
#define ATOM_MAJOR_VERSION 2
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
#define ATOM_PRE_RELEASE_VERSION -beta.5
#define ATOM_PRE_RELEASE_VERSION -beta.6

#ifndef ATOM_STRINGIFY
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)
Expand Down
2 changes: 1 addition & 1 deletion electron.gyp
Expand Up @@ -4,7 +4,7 @@
'product_name%': 'Electron',
'company_name%': 'GitHub, Inc',
'company_abbr%': 'github',
'version%': '2.0.0-beta.5',
'version%': '2.0.0-beta.6',
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
},
'includes': [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit 65e1252

Please sign in to comment.