Bump v14.0.0-nightly.20210420
This commit is contained in:
parent
4f3664e6d9
commit
6ee819aa65
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
14.0.0-nightly.20210419
|
14.0.0-nightly.20210420
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "14.0.0-nightly.20210419",
|
"version": "14.0.0-nightly.20210420",
|
||||||
"repository": "https://github.com/electron/electron",
|
"repository": "https://github.com/electron/electron",
|
||||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -148,4 +148,4 @@
|
||||||
"node script/gen-hunspell-filenames.js"
|
"node script/gen-hunspell-filenames.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -50,8 +50,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 14,0,0,20210419
|
FILEVERSION 14,0,0,20210420
|
||||||
PRODUCTVERSION 14,0,0,20210419
|
PRODUCTVERSION 14,0,0,20210420
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
|
Loading…
Reference in a new issue