From 59681f989fcfb992421f560e9a15667590b7c26b Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 6 Oct 2018 22:21:12 +1300 Subject: [PATCH] Revert "Bump v4.0.0-nightly.20181006" This reverts commit c74a3b82d758b1b325c5b20bbd164649255b598a. --- 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, 10 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index f0aac52efbf..6af7ce31823 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-nightly.20181006 \ No newline at end of file +4.0.0-nightly.20180929 \ No newline at end of file diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index a807eb18dd5..18ad8e2c5a8 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,20181006 - PRODUCTVERSION 4,0,0,20181006 + FILEVERSION 4,0,0,20180929 + PRODUCTVERSION 4,0,0,20180929 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 5ccf7e74c7c..a46fb5a9df2 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.20181006 +#define ATOM_PRE_RELEASE_VERSION -nightly.20180929 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index 12c69d420b9..928f11437d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181006", + "version": "4.0.0-nightly.20180929", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4266,8 +4266,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -4682,8 +4681,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -4739,7 +4737,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4783,14 +4780,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true } } }, diff --git a/package.json b/package.json index faad4e2c61a..888dea29adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181006", + "version": "4.0.0-nightly.20180929", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {