diff --git a/package.json b/package.json index aa4d55c..e8bca72 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/lib/index.ts b/src/lib/index.ts index 03ebf75..6a276c5 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -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