diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index cd75320b1203..23990147713f 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -9.0.0-nightly.20191202 \ No newline at end of file +9.0.0-nightly.20191203 \ No newline at end of file diff --git a/package.json b/package.json index aed806d41ee4..8e149b6ae761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "9.0.0-nightly.20191202", + "version": "9.0.0-nightly.20191203", "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 4e076d08fa16..b8c426592713 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,20191202 - PRODUCTVERSION 9,0,0,20191202 + FILEVERSION 9,0,0,20191203 + PRODUCTVERSION 9,0,0,20191203 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L