mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: reset version to 4.1.0-beta.0 in preparation for 4.1.0 stable release
This commit is contained in:
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron",
|
||||
"version": "4.0.8",
|
||||
"version": "4.1.0-beta.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user