diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION
index 37b105aaf6..7cfed622da 100644
--- a/ELECTRON_VERSION
+++ b/ELECTRON_VERSION
@@ -1 +1 @@
-6.0.0-nightly.20190211
\ No newline at end of file
+6.0.0-nightly.20190212
\ No newline at end of file
diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist
index e81b1415cd..b599bcd754 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.20190211
+ 6.0.0-nightly.20190212
CFBundleShortVersionString
- 6.0.0-nightly.20190211
+ 6.0.0-nightly.20190212
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc
index f6dcd68817..1f88773850 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,20190211
- PRODUCTVERSION 6,0,0,20190211
+ FILEVERSION 6,0,0,20190212
+ PRODUCTVERSION 6,0,0,20190212
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h
index fb80ea0dba..30a05ffebc 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.20190211
+#define ATOM_PRE_RELEASE_VERSION -nightly.20190212
// clang-format on
#ifndef ATOM_STRINGIFY
diff --git a/package-lock.json b/package-lock.json
index 479c592ce8..48c852a74d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "6.0.0-nightly.20190211",
+ "version": "6.0.0-nightly.20190212",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4455,7 +4455,8 @@
"version": "2.1.1",
"resolved": false,
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
- "dev": true
+ "dev": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -4920,7 +4921,8 @@
"version": "5.1.1",
"resolved": false,
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
- "dev": true
+ "dev": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -4984,6 +4986,7 @@
"resolved": false,
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -5032,13 +5035,15 @@
"version": "1.0.2",
"resolved": false,
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
- "dev": true
+ "dev": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
"resolved": false,
"integrity": "sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=",
- "dev": true
+ "dev": true,
+ "optional": true
}
}
},
diff --git a/package.json b/package.json
index 61f6cb4513..6c5dfb1515 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "6.0.0-nightly.20190211",
+ "version": "6.0.0-nightly.20190212",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {