Skip to content

Commit

Permalink
Revert "Bump v4.0.0-nightly.20180830"
Browse files Browse the repository at this point in the history
This reverts commit 5f00e58.
  • Loading branch information
codebytere committed Aug 31, 2018
1 parent 5f00e58 commit cbb460d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 4,0,0,20180830
PRODUCTVERSION 4,0,0,20180830
FILEVERSION 4,0,0,20180823
PRODUCTVERSION 4,0,0,20180823
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 4
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
#define ATOM_PRE_RELEASE_VERSION -nightly.20180830
#define ATOM_PRE_RELEASE_VERSION -nightly.20180823

#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%': '4.0.0-nightly.20180830',
'version%': '4.0.0-nightly.20180823',
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
},
'includes': [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.0.0-nightly.20180830",
"version": "4.0.0-nightly.20180823",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit cbb460d

Please sign in to comment.