From 79cdc045e518ba02f45a68591873cdf5d189c905 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 22 Jan 2020 20:33:06 +0100 Subject: [PATCH] 3.1.0-canary.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b082591..1ad3c14a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "3.1.0-canary.1", + "version": "3.1.0-canary.2", "repository": "zeit/hyper", "scripts": { "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",