Bump v6.0.0-nightly.20190308

This commit is contained in:
Electron Bot 2019-03-08 19:38:21 -08:00
parent 7343a2f232
commit a958eb9c44
6 changed files with 12 additions and 15 deletions

View file

@ -1 +1 @@
6.0.0-nightly.20190307 6.0.0-nightly.20190308

View file

@ -17,9 +17,9 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>electron.icns</string> <string>electron.icns</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>6.0.0-nightly.20190307</string> <string>6.0.0-nightly.20190308</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>6.0.0-nightly.20190307</string> <string>6.0.0-nightly.20190308</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string> <string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -50,8 +50,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,0,0,20190307 FILEVERSION 6,0,0,20190308
PRODUCTVERSION 6,0,0,20190307 PRODUCTVERSION 6,0,0,20190308
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.20190307 #define ATOM_PRE_RELEASE_VERSION -nightly.20190308
// clang-format on // clang-format on
#ifndef ATOM_STRINGIFY #ifndef ATOM_STRINGIFY

9
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "6.0.0-nightly.20190307", "version": "6.0.0-nightly.20190308",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -356,7 +356,6 @@
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
"integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"kind-of": "^3.0.2", "kind-of": "^3.0.2",
"longest": "^1.0.1", "longest": "^1.0.1",
@ -2343,8 +2342,7 @@
"version": "0.3.6", "version": "0.3.6",
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
"integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==", "integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
"dev": true, "dev": true
"optional": true
}, },
"cssstyle": { "cssstyle": {
"version": "0.2.37", "version": "0.2.37",
@ -7715,8 +7713,7 @@
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
"dev": true, "dev": true
"optional": true
}, },
"longest-streak": { "longest-streak": {
"version": "2.0.2", "version": "2.0.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "6.0.0-nightly.20190307", "version": "6.0.0-nightly.20190308",
"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": {