mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-01-12 02:11:28 +00:00
This commit is contained in:
parent
b0cc1cb760
commit
2c84ff0c62
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue