Bump v3.0.0-beta.4

This commit is contained in:
Charles Kerr 2018-08-01 15:13:06 -05:00
parent 9818378e2d
commit 1926eab172
5 changed files with 15 additions and 15 deletions

View file

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

View file

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

View file

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

20
package-lock.json generated
View file

@ -1,13 +1,13 @@
{ {
"name": "electron", "name": "electron",
"version": "0.0.0-dev", "version": "3.0.0-beta.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "7.0.65", "version": "7.0.68",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.65.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.68.tgz",
"integrity": "sha512-iUdyWWikcQnGvIZnYh5ZxnxeREykndA9+iGdo068NGNutibWknDjmmNMq/8cnS1eaTCcgqJsPsFppw3XJWNlUg==", "integrity": "sha512-ym3LNHwJQU0XDyPrTK6NHJTH5YmGKKe0k56in6pg+Wx4HD8fiKrt8xute6/unHvHujCfzmOQTGz1NoEKgFF5Mw==",
"dev": true "dev": true
}, },
"JSONStream": { "JSONStream": {
@ -2517,9 +2517,9 @@
} }
}, },
"electron-typescript-definitions": { "electron-typescript-definitions": {
"version": "1.3.4", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/electron-typescript-definitions/-/electron-typescript-definitions-1.3.4.tgz", "resolved": "https://registry.npmjs.org/electron-typescript-definitions/-/electron-typescript-definitions-1.3.5.tgz",
"integrity": "sha512-/JI+ifj/Q4wtUTdsheACQS8fBIQ/eGvpLnmWCRpzZHl648gk4PxtsrrrnQYF5ZajSx9SXUTSq5UgfDt9Bq7Bhg==", "integrity": "sha512-7Ryb7AN0Re63oeX3wHytjX0ScVlDcgj+GSBi6Q8aSNpo4B/sffAgZK6P/b4idqF26hp2jPJWcjBMizUb0VNfAQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "^7.0.18", "@types/node": "^7.0.18",
@ -9417,9 +9417,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "2.8.3", "version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.8.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha512-K7g15Bb6Ra4lKf7Iq2l/I5/En+hLIHmxWZGq3D4DIRNFxMNV6j2SHSvDOqs2tGd4UvD/fJvrwopzQXjLrT7Itw==", "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View file

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