From bd764b078aab3f6a0289b80dd4267e90dd4abf1d Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sat, 8 Jan 2022 18:27:50 +0530 Subject: [PATCH] 3.2.0-canary.1 --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index cd47ffc0..27e5d83b 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.6", + "version": "3.2.0-canary.1", "license": "MIT", "author": { "name": "ZEIT, Inc.", diff --git a/package.json b/package.json index d386cf90..329caba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "3.1.0-canary.6", + "version": "3.2.0-canary.1", "repository": "zeit/hyper", "scripts": { "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",