Bump v4.0.0-nightly.20180823

This commit is contained in:
Electron Bot 2018-08-23 21:23:50 -07:00
parent bce5bd87a8
commit ef4ae27b52
5 changed files with 6 additions and 6 deletions

View file

@ -56,8 +56,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,20180821
PRODUCTVERSION 4,0,0,20180821
FILEVERSION 4,0,0,20180823
PRODUCTVERSION 4,0,0,20180823
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

View file

@ -8,7 +8,7 @@
#define ATOM_MAJOR_VERSION 4
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
#define ATOM_PRE_RELEASE_VERSION -nightly.20180821
#define ATOM_PRE_RELEASE_VERSION -nightly.20180823
#ifndef ATOM_STRINGIFY
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)

View file

@ -4,7 +4,7 @@
'product_name%': 'Electron',
'company_name%': 'GitHub, Inc',
'company_abbr%': 'github',
'version%': '4.0.0-nightly.20180821',
'version%': '4.0.0-nightly.20180823',
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
},
'includes': [

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "4.0.0-nightly.20180819",
"version": "4.0.0-nightly.20180821",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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