Skip to content

Commit

Permalink
Bump v7.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed Aug 30, 2019
1 parent c7a3142 commit 9e7cce3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ELECTRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-beta.3
7.0.0-beta.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "7.0.0-beta.3",
"version": "7.0.0-beta.4",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down Expand Up @@ -125,4 +125,4 @@
"git add filenames.auto.gni"
]
}
}
}
4 changes: 2 additions & 2 deletions shell/browser/resources/win/atom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,0,0,3
PRODUCTVERSION 7,0,0,3
FILEVERSION 7,0,0,4
PRODUCTVERSION 7,0,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down

0 comments on commit 9e7cce3

Please sign in to comment.