Revert "Bump v4.0.0-nightly.20180817"

This reverts commit 76a592a419.
This commit is contained in:
Samuel Attard 2018-08-17 14:34:31 -07:00
parent 5ea05ddee7
commit 73f2a7dda9
4 changed files with 1847 additions and 1847 deletions

View file

@ -56,8 +56,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEVERSION 4,0,0,20180816
PRODUCTVERSION 4,0,0,20180816
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

View file

@ -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.20180817
#define ATOM_PRE_RELEASE_VERSION -nightly.20180816
#ifndef ATOM_STRINGIFY
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)

3686
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.0.0-nightly.20180817",
"version": "4.0.0-nightly.20180816",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {