From 493dcf279b4521646f6198887bd603c6e154ea3c Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 12 Feb 2020 09:53:05 -0800 Subject: [PATCH] Revert "Bump v10.0.0-nightly.20200212" This reverts commit 22d7b4049cb7d2abf20d64af9063ab595ece9f71. --- 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