Bump v23.0.0-nightly.20221020
This commit is contained in:
parent
da0fd286b4
commit
289bdbe4bc
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
23.0.0-nightly.20221019
|
||||
23.0.0-nightly.20221020
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "23.0.0-nightly.20221019",
|
||||
"version": "23.0.0-nightly.20221020",
|
||||
"repository": "https://github.com/electron/electron",
|
||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||
"devDependencies": {
|
||||
|
@ -149,4 +149,4 @@
|
|||
"resolutions": {
|
||||
"nan": "nodejs/nan#16fa32231e2ccd89d2804b3f765319128b20c4ac"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -50,8 +50,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 23,0,0,20221019
|
||||
PRODUCTVERSION 23,0,0,20221019
|
||||
FILEVERSION 23,0,0,20221020
|
||||
PRODUCTVERSION 23,0,0,20221020
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
Loading…
Reference in a new issue