Update version format (#89)

This commit is contained in:
Philip Peterson 2024-11-29 01:27:42 -09:00 committed by GitHub
parent 57c5008237
commit fc922204df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": "4.0.0q-canary.6",
"version": "4.0.0-q-canary.6",
"license": "MIT",
"author": {
"name": "ZEIT, Inc.",

View file

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