From 7b162988fbb8780fe3bbf027635c28f87c35b1d6 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sat, 7 Jan 2023 13:20:48 +0530 Subject: [PATCH] 4.0.0-canary.2 --- 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 66f4c148da8b..5d9f041ce645 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": "4.0.0-canary.1", + "version": "4.0.0-canary.2", "license": "MIT", "author": { "name": "ZEIT, Inc.", diff --git a/package.json b/package.json index d1accf6759a8..671040902a24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "4.0.0-canary.1", + "version": "4.0.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'",