Bump v10.0.0-nightly.20200327
This commit is contained in:
parent
bd5789a12c
commit
d5cae424d8
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
10.0.0-nightly.20200326
|
||||
10.0.0-nightly.20200327
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "10.0.0-nightly.20200326",
|
||||
"version": "10.0.0-nightly.20200327",
|
||||
"repository": "https://github.com/electron/electron",
|
||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||
"devDependencies": {
|
||||
|
@ -142,4 +142,4 @@
|
|||
"@types/multiparty": "^0.0.32",
|
||||
"@types/temp": "^0.8.34"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -50,8 +50,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 10,0,0,20200326
|
||||
PRODUCTVERSION 10,0,0,20200326
|
||||
FILEVERSION 10,0,0,20200327
|
||||
PRODUCTVERSION 10,0,0,20200327
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
Loading…
Reference in a new issue