diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 7cfed622da..b5778ea063 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -6.0.0-nightly.20190212 \ No newline at end of file +6.0.0-nightly.20190213 \ No newline at end of file diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index b599bcd754..8b3c13d59b 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -17,9 +17,9 @@ CFBundleIconFile electron.icns CFBundleVersion - 6.0.0-nightly.20190212 + 6.0.0-nightly.20190213 CFBundleShortVersionString - 6.0.0-nightly.20190212 + 6.0.0-nightly.20190213 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 1f88773850..099ed819b3 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 6,0,0,20190212 - PRODUCTVERSION 6,0,0,20190212 + FILEVERSION 6,0,0,20190213 + PRODUCTVERSION 6,0,0,20190213 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 30a05ffebc..3ee4ab7774 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.20190212 +#define ATOM_PRE_RELEASE_VERSION -nightly.20190213 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index 48c852a74d..0e5e95e9be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "6.0.0-nightly.20190212", + "version": "6.0.0-nightly.20190213", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c5dfb1515..a37b59bd4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "6.0.0-nightly.20190212", + "version": "6.0.0-nightly.20190213", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {