From 76dab5ebd136c79055dcf62ebb48ff6e7220467b Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 3 Oct 2018 19:15:29 -0700 Subject: [PATCH] Bump v4.0.0-nightly.20181003 --- VERSION | 2 +- atom/browser/resources/win/atom.rc | 4 ++-- atom/common/atom_version.h | 2 +- package-lock.json | 15 ++++++++++----- package.json | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 6af7ce31823..002c68278bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-nightly.20180929 \ No newline at end of file +4.0.0-nightly.20181003 \ No newline at end of file diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 18ad8e2c5a8..dab9187e331 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,0,20180929 - PRODUCTVERSION 4,0,0,20180929 + FILEVERSION 4,0,0,20181003 + PRODUCTVERSION 4,0,0,20181003 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index a46fb5a9df2..c29fb6b05fe 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -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.20181003 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index 928f11437d6..2f4f046d919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20180929", + "version": "4.0.0-nightly.20181003", "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 } } }, diff --git a/package.json b/package.json index 888dea29adf..1fa35d62079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20180929", + "version": "4.0.0-nightly.20181003", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {