build: bump version

main
spacemeowx2 2022-12-01 16:01:12 +08:00 committed by imspace
parent c2e9e623ac
commit bfc67f2665
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.2.0
feat: add X match support
## 0.1.39 ## 0.1.39
feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`

View File

@ -1,7 +1,7 @@
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.1.39"; export const S3SI_VERSION = "0.2.0";
export const NSOAPP_VERSION = " 2.4.0"; export const NSOAPP_VERSION = " 2.4.0";
export const WEB_VIEW_VERSION = "2.0.0-1b57b7ac"; export const WEB_VIEW_VERSION = "2.0.0-1b57b7ac";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";