From 9e76193c37e95fe51e771f2bb0adbcd2dc5a70ed Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 10 Mar 2016 12:24:29 -0400 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fadb0c7..60a8cc2f 100644 --- a/package.json +++ b/package.json @@ -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",