This commit is contained in:
Electron Bot 2018-10-05 21:09:00 -07:00
Родитель b45dc78751
Коммит 2a2ec7700e
5 изменённых файлов: 15 добавлений и 10 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

15
package-lock.json сгенерированный
Просмотреть файл

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

Просмотреть файл

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