Skip to content

Commit 95214fc

Browse files
committed
Bump v6.0.0-nightly.20190213
1 parent fed5b99 commit 95214fc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

ELECTRON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0-nightly.20190212
1+
6.0.0-nightly.20190213

atom/browser/resources/mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundleIconFile</key>
1818
<string>electron.icns</string>
1919
<key>CFBundleVersion</key>
20-
<string>6.0.0-nightly.20190212</string>
20+
<string>6.0.0-nightly.20190213</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.0.0-nightly.20190212</string>
22+
<string>6.0.0-nightly.20190213</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

atom/browser/resources/win/atom.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 6,0,0,20190212
54-
PRODUCTVERSION 6,0,0,20190212
53+
FILEVERSION 6,0,0,20190213
54+
PRODUCTVERSION 6,0,0,20190213
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

atom/common/atom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define ATOM_MINOR_VERSION 0
1010
#define ATOM_PATCH_VERSION 0
1111
// clang-format off
12-
#define ATOM_PRE_RELEASE_VERSION -nightly.20190212
12+
#define ATOM_PRE_RELEASE_VERSION -nightly.20190213
1313
// clang-format on
1414

1515
#ifndef ATOM_STRINGIFY

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "6.0.0-nightly.20190212",
3+
"version": "6.0.0-nightly.20190213",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

0 commit comments

Comments
 (0)