Revert "Bump v4.0.0-nightly.20181006"

This reverts commit c74a3b82d7.
This commit is contained in:
Samuel Attard 2018-10-06 22:21:12 +13:00
parent 541e10b081
commit 59681f989f
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E
5 changed files with 10 additions and 15 deletions

View file

@ -1 +1 @@
4.0.0-nightly.20181006 4.0.0-nightly.20180929

View file

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

View file

@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0 #define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0 #define ATOM_PATCH_VERSION 0
// clang-format off // clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20181006 #define ATOM_PRE_RELEASE_VERSION -nightly.20180929
// clang-format on // clang-format on
#ifndef ATOM_STRINGIFY #ifndef ATOM_STRINGIFY

15
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "4.0.0-nightly.20181006", "version": "4.0.0-nightly.20180929",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -4266,8 +4266,7 @@
"ansi-regex": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"aproba": { "aproba": {
"version": "1.2.0", "version": "1.2.0",
@ -4682,8 +4681,7 @@
"safe-buffer": { "safe-buffer": {
"version": "5.1.1", "version": "5.1.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"safer-buffer": { "safer-buffer": {
"version": "2.1.2", "version": "2.1.2",
@ -4739,7 +4737,6 @@
"version": "3.0.1", "version": "3.0.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
} }
@ -4783,14 +4780,12 @@
"wrappy": { "wrappy": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
}, },
"yallist": { "yallist": {
"version": "3.0.2", "version": "3.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true
"optional": true
} }
} }
}, },

View file

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