From 5c6ad53bd6067a5e4e3a22455b0c248be8ea862e Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Thu, 21 Jan 2021 07:18:45 -0800 Subject: [PATCH] Revert "Bump v13.0.0-nightly.20210121" This reverts commit 299bc9adc21a4a9e61b0bc148cc36bd61221b9a4. --- ELECTRON_VERSION | 2 +- package.json | 2 +- shell/browser/resources/win/electron.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index d35cec170985..3c4515afea23 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -13.0.0-nightly.20210121 \ No newline at end of file +13.0.0-nightly.20210120 \ No newline at end of file diff --git a/package.json b/package.json index 37f6b0d61bc4..156d1155cd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "13.0.0-nightly.20210121", + "version": "13.0.0-nightly.20210120", "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/electron.rc b/shell/browser/resources/win/electron.rc index f05725bf8b6a..1845f8a889b1 100644 --- a/shell/browser/resources/win/electron.rc +++ b/shell/browser/resources/win/electron.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 13,0,0,20210121 - PRODUCTVERSION 13,0,0,20210121 + FILEVERSION 13,0,0,20210120 + PRODUCTVERSION 13,0,0,20210120 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L