Bump v4.2.0

This commit is contained in:
Electron Bot
2019-05-02 14:34:52 -07:00
parent 9a665eb5fb
commit 142b461614
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
4.2.0-beta.0
4.2.0

View File

@@ -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>

View File

@@ -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

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.2.0-beta.0",
"version": "4.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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": {