From 4e82f2b3e52a28e848788536f634f02ea847e811 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Thu, 13 Jul 2023 11:35:27 +0530 Subject: [PATCH] 4.0.0-canary.5 --- 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 ea0b3b5f..a0095d53 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.4", + "version": "4.0.0-canary.5", "license": "MIT", "author": { "name": "ZEIT, Inc.", diff --git a/package.json b/package.json index ca6f8909..0504e71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "4.0.0-canary.4", + "version": "4.0.0-canary.5", "repository": "zeit/hyper", "scripts": { "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",