Bump v6.0.0-nightly.20190307
This commit is contained in:
parent
d4d6b9862f
commit
ab785e73ac
6 changed files with 8 additions and 8 deletions
|
@ -1 +1 @@
|
||||||
6.0.0-nightly.20190227
|
6.0.0-nightly.20190307
|
|
@ -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.20190227</string>
|
<string>6.0.0-nightly.20190307</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>6.0.0-nightly.20190227</string>
|
<string>6.0.0-nightly.20190307</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>
|
||||||
|
|
|
@ -50,8 +50,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 6,0,0,20190227
|
FILEVERSION 6,0,0,20190307
|
||||||
PRODUCTVERSION 6,0,0,20190227
|
PRODUCTVERSION 6,0,0,20190307
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
|
|
@ -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.20190227
|
#define ATOM_PRE_RELEASE_VERSION -nightly.20190307
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
#ifndef ATOM_STRINGIFY
|
#ifndef ATOM_STRINGIFY
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "6.0.0-nightly.20190227",
|
"version": "6.0.0-nightly.20190307",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "6.0.0-nightly.20190227",
|
"version": "6.0.0-nightly.20190307",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in a new issue