mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Use New Versioning Strategy
The `package.json` file in master should always read `0.0.0-dev`. See https://electronjs.org/docs/tutorial/electron-versioning
This commit is contained in:
committed by
GitHub
parent
78ccfa0612
commit
cdcd031192
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron",
|
||||
"version": "1.8.2-beta.2",
|
||||
"version": "0.0.0-dev",
|
||||
"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