fix: new repo URL
Some checks are pending
Check / check (push) Waiting to run

This commit is contained in:
ThaUnknown 2025-07-07 10:43:36 +02:00
parent b0cc1cb760
commit 2c84ff0c62
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.22",
"version": "6.4.23",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.14.4",

View file

@ -3,7 +3,7 @@ import { writable } from 'simple-store-svelte'
import type { Media } from './modules/anilist'
// TODO: update these
export const COMMITS_URL = 'https://api.github.com/repos/ThaUnknown/miru/commits'
export const COMMITS_URL = 'https://api.github.com/repos/hayase-app/ui/commits'
export const WEB_URL = 'https://hayase.watch'
export const DEFAULT_EXTENSIONS = 'gh:hayase-app/extensions'
export const SETUP_VERSION = 3