Skip to content

Commit

Permalink
Bump v7.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed Aug 7, 2019
1 parent ea9cfc1 commit 0bdb7b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ELECTRON_VERSION
@@ -1 +1 @@
7.0.0-beta.1
7.0.0-beta.2
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"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
Expand Up @@ -50,8 +50,8 @@ END
//

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

0 comments on commit 0bdb7b1

Please sign in to comment.