diff --git a/app/package.json b/app/package.json index 4dbc1975..0a8d26d8 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "hyper", "productName": "Hyper", "description": "A terminal built on web technologies", - "version": "3.1.0-canary.5", + "version": "3.1.0-canary.6", "license": "MIT", "author": { "name": "ZEIT, Inc.", diff --git a/package.json b/package.json index 12ec7a99..b9b2fc1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "3.1.0-canary.5", + "version": "3.1.0-canary.6", "repository": "zeit/hyper", "scripts": { "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",