Browse Source

build: reset version to 4.1.0-beta.0 in preparation for 4.1.0 stable release

Samuel Attard 6 years ago
parent
commit
84b014577f
4 changed files with 5 additions and 5 deletions
  1. 1 1
      VERSION
  2. 2 2
      atom/browser/resources/mac/Info.plist
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 1 - 1
VERSION

@@ -1 +1 @@
-4.0.8
+4.1.0-beta.0

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

@@ -17,9 +17,9 @@
   <key>CFBundleIconFile</key>
   <string>electron.icns</string>
   <key>CFBundleVersion</key>
-  <string>4.0.8</string>
+  <string>4.1.0-beta.0</string>
   <key>CFBundleShortVersionString</key>
-  <string>4.0.8</string>
+  <string>4.1.0-beta.0</string>
   <key>LSApplicationCategoryType</key>
   <string>public.app-category.developer-tools</string>
   <key>LSMinimumSystemVersion</key>

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "4.0.8",
+  "version": "4.1.0-beta.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "4.0.8",
+  "version": "4.1.0-beta.0",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {