From e78d3cd1cf4c6209b91255b308404a9d7e28f1bb Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 23 May 2023 21:01:55 +0800 Subject: [PATCH] chore: update NSOAPP_VERSION --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index 6fbdb14..e44b3ae 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -2,7 +2,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; export const S3SI_VERSION = "0.3.5"; -export const NSOAPP_VERSION = "2.5.0"; +export const NSOAPP_VERSION = "2.5.1"; export const WEB_VIEW_VERSION = "3.0.0-0742bda0"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";