feat: update `WEB_VIEW_VERSION`
parent
186eb18b85
commit
ed014aa5aa
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.2.9
|
||||||
|
|
||||||
|
feat: update `WEB_VIEW_VERSION`
|
||||||
|
|
||||||
## 0.2.8
|
## 0.2.8
|
||||||
|
|
||||||
fix: missing team theme
|
fix: missing team theme
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "s3si.ts";
|
export const AGENT_NAME = "s3si.ts";
|
||||||
export const S3SI_VERSION = "0.2.8";
|
export const S3SI_VERSION = "0.2.9";
|
||||||
export const NSOAPP_VERSION = "2.4.0";
|
export const NSOAPP_VERSION = "2.4.0";
|
||||||
export const WEB_VIEW_VERSION = "2.0.0-bd36a652";
|
export const WEB_VIEW_VERSION = "2.0.0-7070f95e";
|
||||||
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
||||||
|
|
||||||
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;
|
export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue