Skip to content

Commit

Permalink
Revert "Bump v19.0.0-alpha.2"
Browse files Browse the repository at this point in the history
This reverts commit 1b8181a.
  • Loading branch information
sudowoodo-release-bot[bot] committed Apr 4, 2022
1 parent 1b8181a commit 01b429e
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 @@
19.0.0-alpha.2
19.0.0-alpha.1
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "19.0.0-alpha.2",
"version": "19.0.0-alpha.1",
"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 19,0,0,2
PRODUCTVERSION 19,0,0,2
FILEVERSION 19,0,0,1
PRODUCTVERSION 19,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down

0 comments on commit 01b429e

Please sign in to comment.