Browse Source

Bump v4.0.0-nightly.20181006

Electron Bot 6 years ago
parent
commit
c74a3b82d7
5 changed files with 15 additions and 10 deletions
  1. 1 1
      VERSION
  2. 2 2
      atom/browser/resources/win/atom.rc
  3. 1 1
      atom/common/atom_version.h
  4. 10 5
      package-lock.json
  5. 1 1
      package.json

+ 1 - 1
VERSION

@@ -1 +1 @@
-4.0.0-nightly.20180929
+4.0.0-nightly.20181006

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

@@ -50,8 +50,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,0,0,20180929
- PRODUCTVERSION 4,0,0,20180929
+ FILEVERSION 4,0,0,20181006
+ PRODUCTVERSION 4,0,0,20181006
  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.20180929
+#define ATOM_PRE_RELEASE_VERSION -nightly.20181006
 // clang-format on
 
 #ifndef ATOM_STRINGIFY

+ 10 - 5
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "4.0.0-nightly.20180929",
+  "version": "4.0.0-nightly.20181006",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -4266,7 +4266,8 @@
         "ansi-regex": {
           "version": "2.1.1",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         },
         "aproba": {
           "version": "1.2.0",
@@ -4681,7 +4682,8 @@
         "safe-buffer": {
           "version": "5.1.1",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         },
         "safer-buffer": {
           "version": "2.1.2",
@@ -4737,6 +4739,7 @@
           "version": "3.0.1",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "ansi-regex": "^2.0.0"
           }
@@ -4780,12 +4783,14 @@
         "wrappy": {
           "version": "1.0.2",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         },
         "yallist": {
           "version": "3.0.2",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         }
       }
     },

+ 1 - 1
package.json

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