This commit is contained in:
Labhansh Agrawal 2022-01-08 01:25:31 +05:30
parent bc50b48f79
commit 355f507fa5
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "3.1.4",
"version": "3.1.5",
"license": "MIT",
"author": {
"name": "ZEIT, Inc.",

View file

@ -1,6 +1,6 @@
{
"name": "hyper",
"version": "3.1.4",
"version": "3.1.5",
"repository": "zeit/hyper",
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",