From 592848ed3d3295c9432180f9c7feb0709115bb13 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 12 Feb 2020 09:48:33 -0800 Subject: [PATCH] Revert "Bump v10.0.0-nightly.20200212" This reverts commit 2edbff6e6ca0f0359bd65e5c17b863099cac4b9c. --- ELECTRON_VERSION | 2 +- package.json | 2 +- shell/browser/resources/win/atom.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 3f68c50b6233..9e4304352b26 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -10.0.0-nightly.20200212 \ No newline at end of file +10.0.0-nightly.20200211 \ No newline at end of file diff --git a/package.json b/package.json index 5afa95cc9c18..1e021e501f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "10.0.0-nightly.20200212", + "version": "10.0.0-nightly.20200211", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index cdce58dcdb1f..8fc469410f77 100644 --- a/shell/browser/resources/win/atom.rc +++ b/shell/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 10,0,0,20200212 - PRODUCTVERSION 10,0,0,20200212 + FILEVERSION 10,0,0,20200211 + PRODUCTVERSION 10,0,0,20200211 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L