build: bump version and update WEBVIEW VERSION

main
spacemeowx2 2022-12-09 15:27:34 +08:00 committed by imspace
parent e52b55bbac
commit 751de398b0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.2.2
feat: tracks salmon run grade by group info
## 0.2.1
fix: detect random special

View File

@ -1,9 +1,9 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.2.1";
export const S3SI_VERSION = "0.2.2";
export const NSOAPP_VERSION = "2.4.0";
export const WEB_VIEW_VERSION = "2.0.0-18810d39";
export const WEB_VIEW_VERSION = "2.0.0-bd36a652";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;