switch name to better reflect its for splashcat

main
Rosalina 2023-03-01 19:14:43 -05:00
parent 7aa98e1905
commit 169526974b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "splatoon.catgirlin.space / s3si.ts";
export const AGENT_NAME = "splashcat / s3si.ts";
export const AGENT_VERSION = "1.0.0";
export const S3SI_VERSION = "0.3.1";
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;