From 8f1d1429bd28738967a6a1311f5df52bc32e9f6f Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Thu, 1 Dec 2022 12:53:16 +0800 Subject: [PATCH] feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` --- CHANGELOG.md | 4 ++++ src/constant.ts | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69fbfa..c9b0d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.39 + +feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` + ## 0.1.38 fix: upgrade between Profreshional +n diff --git a/src/constant.ts b/src/constant.ts index 352ad55..5131d18 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,9 +1,9 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.1.38"; -export const NSOAPP_VERSION = "2.3.1"; -export const WEB_VIEW_VERSION = "2.0.0-8a061f6c"; +export const S3SI_VERSION = "0.1.39"; +export const NSOAPP_VERSION = " 2.4.0"; +export const WEB_VIEW_VERSION = "2.0.0-1b57b7ac"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts"; export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;