From b9a250a623b179d8ad51301a947c687614436047 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Thu, 12 Dec 2019 07:32:26 -0800 Subject: [PATCH] Bump v9.0.0-nightly.20191212 --- 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 ea3e82e7085..df545c1f289 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -9.0.0-nightly.20191211 \ No newline at end of file +9.0.0-nightly.20191212 \ No newline at end of file diff --git a/package.json b/package.json index 61603a1952a..bbf098269b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "9.0.0-nightly.20191211", + "version": "9.0.0-nightly.20191212", "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 d2e05db54c2..f652ab7916c 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 9,0,0,20191211 - PRODUCTVERSION 9,0,0,20191211 + FILEVERSION 9,0,0,20191212 + PRODUCTVERSION 9,0,0,20191212 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L