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

This commit is contained in:
Samuel Attard
2019-03-13 15:18:05 -07:00
parent 84ec42463b
commit 84b014577f
4 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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>

2
package-lock.json generated
View File

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

View File

@@ -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": {