build: update `NSOAPP_VERSION`

fix #60
main
spacemeowx2 2023-03-01 18:44:34 +08:00
parent 821dc08c5f
commit 90ee766aee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.3.0";
export const NSOAPP_VERSION = "2.4.0";
export const NSOAPP_VERSION = "2.5.0";
export const WEB_VIEW_VERSION = "3.0.0-2857bc50";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";