Skip to content
Snippets Groups Projects
Commit 5be76fd4 authored by Samuel Attard's avatar Samuel Attard
Browse files

Revert "Bump v8.0.3"

This reverts commit 7fe2cad3.
parent a315283f
No related merge requests found
8.0.3
\ No newline at end of file
8.0.2
\ No newline at end of file
{
"name": "electron",
"version": "8.0.3",
"version": "8.0.2",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
......
......@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,0,3,0
PRODUCTVERSION 8,0,3,0
FILEVERSION 8,0,2,0
PRODUCTVERSION 8,0,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "8.0.3"
VALUE "FileVersion", "8.0.2"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "8.0.3"
VALUE "ProductVersion", "8.0.2"
VALUE "SquirrelAwareVersion", "1"
END
END
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment