Update version format

This commit is contained in:
Philip Peterson 2024-11-29 01:17:41 -09:00
parent 57c5008237
commit 461d589542
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "hyper", "name": "hyper",
"version": "4.0.0q-canary.6", "version": "4.0.0-q-canary.6",
"repository": "quine-global/hyper", "repository": "quine-global/hyper",
"scripts": { "scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'", "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",