Browse Source

Revert "Bump v7.0.0-nightly.20190528"

This reverts commit af8d4e1bc57bafd4c0de51b315cac2c4a501c6d5.
Electron Bot 5 years ago
parent
commit
43f8a7ef00

+ 1 - 1
ELECTRON_VERSION

@@ -1 +1 @@
-7.0.0-nightly.20190528
+7.0.0-nightly.20190527

+ 2 - 2
atom/browser/resources/mac/Info.plist

@@ -17,9 +17,9 @@
     <key>CFBundleIconFile</key>
     <string>electron.icns</string>
     <key>CFBundleVersion</key>
-    <string>7.0.0-nightly.20190528</string>
+    <string>7.0.0-nightly.20190527</string>
     <key>CFBundleShortVersionString</key>
-    <string>7.0.0-nightly.20190528</string>
+    <string>7.0.0-nightly.20190527</string>
     <key>LSApplicationCategoryType</key>
     <string>public.app-category.developer-tools</string>
     <key>LSMinimumSystemVersion</key>

+ 2 - 2
atom/browser/resources/win/atom.rc

@@ -50,8 +50,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,0,0,20190528
- PRODUCTVERSION 7,0,0,20190528
+ FILEVERSION 7,0,0,20190527
+ PRODUCTVERSION 7,0,0,20190527
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L

+ 1 - 1
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.20190528
+#define ATOM_PRE_RELEASE_VERSION -nightly.20190527
 // clang-format on
 
 #ifndef ATOM_STRINGIFY

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "7.0.0-nightly.20190528",
+  "version": "7.0.0-nightly.20190527",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {