Bump v20.0.0-nightly.20220404
This commit is contained in:
parent
204b53e7b8
commit
f287b0b382
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
20.0.0-nightly.20220330
|
20.0.0-nightly.20220404
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "20.0.0-nightly.20220330",
|
"version": "20.0.0-nightly.20220404",
|
||||||
"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": {
|
||||||
|
@ -142,4 +142,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 20,0,0,20220330
|
FILEVERSION 20,0,0,20220404
|
||||||
PRODUCTVERSION 20,0,0,20220330
|
PRODUCTVERSION 20,0,0,20220404
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
|
Loading…
Reference in a new issue