Skip to content

Commit

Permalink
Bump v6.0.0-nightly.20190207
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed Feb 7, 2019
1 parent 27bd47a commit c8282ef
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ELECTRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-nightly.20190123
6.0.0-nightly.20190207
4 changes: 2 additions & 2 deletions atom/browser/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>6.0.0-nightly.20190123</string>
<string>6.0.0-nightly.20190207</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0-nightly.20190123</string>
<string>6.0.0-nightly.20190207</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions atom/browser/resources/win/atom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,0,0,20190123
PRODUCTVERSION 6,0,0,20190123
FILEVERSION 6,0,0,20190207
PRODUCTVERSION 6,0,0,20190207
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down
2 changes: 1 addition & 1 deletion atom/common/atom_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20190123
#define ATOM_PRE_RELEASE_VERSION -nightly.20190207
// clang-format on

#ifndef ATOM_STRINGIFY
Expand Down
32 changes: 23 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "6.0.0-nightly.20190123",
"version": "6.0.0-nightly.20190207",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down Expand Up @@ -102,4 +102,4 @@
"git add"
]
}
}
}

0 comments on commit c8282ef

Please sign in to comment.