Bump v4.2.3

This commit is contained in:
Electron Bot
2019-05-30 15:14:00 -07:00
parent 79d41f5f96
commit c1b5a1cfc8
6 changed files with 15 additions and 12 deletions

View File

@@ -1 +1 @@
4.2.2
4.2.3

View File

@@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>4.2.2</string>
<string>4.2.3</string>
<key>CFBundleShortVersionString</key>
<string>4.2.2</string>
<string>4.2.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>

View File

@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,2,2,0
PRODUCTVERSION 4,2,2,0
FILEVERSION 4,2,3,0
PRODUCTVERSION 4,2,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "4.2.2"
VALUE "FileVersion", "4.2.3"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "4.2.2"
VALUE "ProductVersion", "4.2.3"
VALUE "SquirrelAwareVersion", "1"
END
END

View File

@@ -7,7 +7,7 @@
#define ATOM_MAJOR_VERSION 4
#define ATOM_MINOR_VERSION 2
#define ATOM_PATCH_VERSION 2
#define ATOM_PATCH_VERSION 3
// clang-format off
// #define ATOM_PRE_RELEASE_VERSION
// clang-format on

9
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.2.2",
"version": "4.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -244,6 +244,7 @@
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
"integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
"dev": true,
"optional": true,
"requires": {
"kind-of": "^3.0.2",
"longest": "^1.0.1",
@@ -2142,7 +2143,8 @@
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.4.tgz",
"integrity": "sha512-+7prCSORpXNeR4/fUP3rL+TzqtiFfhMvTd7uEqMdgPvLPt4+uzFUeufx5RHjGTACCargg/DiEt/moMQmvnfkog==",
"dev": true
"dev": true,
"optional": true
},
"cssstyle": {
"version": "0.2.37",
@@ -6600,7 +6602,8 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
"dev": true
"dev": true,
"optional": true
},
"longest-streak": {
"version": "2.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.2.2",
"version": "4.2.3",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {