Skip to content

Commit

Permalink
Revert "Bump v4.0.0-nightly.20181004"
Browse files Browse the repository at this point in the history
This reverts commit 53d3a96.
  • Loading branch information
MarshallOfSound committed Oct 5, 2018
1 parent 657901c commit 8d5de8a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-nightly.20181004
4.0.0-nightly.20180929
4 changes: 2 additions & 2 deletions atom/browser/resources/win/atom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,20181004
PRODUCTVERSION 4,0,0,20181004
FILEVERSION 4,0,0,20180929
PRODUCTVERSION 4,0,0,20180929
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down
2 changes: 1 addition & 1 deletion atom/common/atom_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20181004
#define ATOM_PRE_RELEASE_VERSION -nightly.20180929
// clang-format on

#ifndef ATOM_STRINGIFY
Expand Down
15 changes: 5 additions & 10 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.0.0-nightly.20181004",
"version": "4.0.0-nightly.20180929",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit 8d5de8a

Please sign in to comment.