From 24384c2a11bb1e54790069197c3770afc7bb7808 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 26 Oct 2022 17:05:29 +0800 Subject: [PATCH] build: bump version --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index 86c291d..e1503aa 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,7 +1,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.1.9"; +export const S3SI_VERSION = "0.1.10"; export const NSOAPP_VERSION = "2.3.1"; export const WEB_VIEW_VERSION = "1.0.0-5644e7a2"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";