Bump version to v1.0.0-beta.0

This is the correct way of adding a pre-release identifier according to
https://github.com/npm/node-semver.
This commit is contained in:
Juan Cruz Viotti 2016-03-10 12:24:29 -04:00
parent 276e4efc04
commit 9e76193c37

View File

@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "0.0.1",
"version": "1.0.0-beta.0",
"main": "lib/etcher.js",
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
"homepage": "https://github.com/resin-io/etcher",