Skip to content

Commit

Permalink
Bump v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed May 2, 2019
1 parent 9a665eb commit d5cf2e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.2.0-beta.0
4.2.0
4 changes: 2 additions & 2 deletions atom/browser/resources/mac/Info.plist
Expand Up @@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>4.2.0-beta.0</string>
<string>4.2.0</string>
<key>CFBundleShortVersionString</key>
<string>4.2.0-beta.0</string>
<string>4.2.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions atom/common/atom_version.h
Expand Up @@ -6,8 +6,8 @@
#define ATOM_COMMON_ATOM_VERSION_H_

#define ATOM_MAJOR_VERSION 4
#define ATOM_MINOR_VERSION 1
#define ATOM_PATCH_VERSION 5
#define ATOM_MINOR_VERSION 2
#define ATOM_PATCH_VERSION 0
// clang-format off
// #define ATOM_PRE_RELEASE_VERSION
// clang-format on
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.2.0-beta.0",
"version": "4.2.0",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down

0 comments on commit d5cf2e1

Please sign in to comment.