diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 417b955c2e3bb..f30022d278b14 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -5.0.0-nightly.20190111 \ No newline at end of file +5.0.0-nightly.20190110 \ No newline at end of file diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index ffa2c0889cb59..44384a43034bb 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -17,9 +17,9 @@ CFBundleIconFile electron.icns CFBundleVersion - 5.0.0-nightly.20190111 + 5.0.0-nightly.20190110 CFBundleShortVersionString - 5.0.0-nightly.20190111 + 5.0.0-nightly.20190110 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 1ff1213dbad66..fc3f2e169d932 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,0,0,20190111 - PRODUCTVERSION 5,0,0,20190111 + FILEVERSION 5,0,0,20190110 + PRODUCTVERSION 5,0,0,20190110 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 9b8bf321e18cb..ff1aec1e6d394 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -9,7 +9,7 @@ #define ATOM_MINOR_VERSION 0 #define ATOM_PATCH_VERSION 0 // clang-format off -#define ATOM_PRE_RELEASE_VERSION -nightly.20190111 +#define ATOM_PRE_RELEASE_VERSION -nightly.20190110 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index f2b012c3e2bc9..d3acb403abbf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "5.0.0-nightly.20190111", + "version": "5.0.0-nightly.20190110", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e4a6b3de2a02..d851cd84d98f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "5.0.0-nightly.20190111", + "version": "5.0.0-nightly.20190110", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {