From 6c4f3b70ff1b963916865b967298e048fbdb2a80 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 22 Jan 2020 20:57:15 +0100 Subject: [PATCH] bump version here as well, `release` does not seem to support that --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index f2eda9ec..ab99cb0b 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.1", + "version": "3.1.0-canary.2", "license": "MIT", "author": { "name": "ZEIT, Inc.",