diff --git a/app/package.json b/app/package.json index 83ce7f6c..076047b8 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.5", + "version": "4.0.0q-canary.6", "license": "MIT", "author": { "name": "ZEIT, Inc.", diff --git a/app/plugins.ts b/app/plugins.ts index 8e460119..7ffb8c25 100644 --- a/app/plugins.ts +++ b/app/plugins.ts @@ -211,7 +211,7 @@ function syncPackageJSON() { description: 'Auto-generated from `hyper.json`!', private: true, version: '0.0.1', - repository: 'vercel/hyper', + repository: 'quine-global/hyper', license: 'MIT', homepage: 'https://hyper.is', dependencies diff --git a/package.json b/package.json index 1b7f8c28..ca4c35ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper", - "version": "4.0.0-canary.5", + "version": "4.0.0q-canary.6", "repository": "zeit/hyper", "scripts": { "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",