Skip to content

Commit

Permalink
Merge branch 'main' into file-ext-period-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurencin committed Sep 12, 2022
2 parents 5f45e11 + 88dac9a commit f93c1e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ELECTRON_VERSION
@@ -1 +1 @@
22.0.0-nightly.20220908
22.0.0-nightly.20220909
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "22.0.0-nightly.20220908",
"version": "22.0.0-nightly.20220909",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions shell/browser/resources/win/electron.rc
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 22,0,0,20220908
PRODUCTVERSION 22,0,0,20220908
FILEVERSION 22,0,0,20220909
PRODUCTVERSION 22,0,0,20220909
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down

0 comments on commit f93c1e6

Please sign in to comment.