diff --git a/CHANGELOG.md b/CHANGELOG.md index 5703c9e..bf52d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.17 + +feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION` + ## 0.4.16 fix: `The stream is already locked` in monitor mode diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 1d4f46e..0815ebd 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.4.16" + "version": "0.4.17" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index c061de0..aac057a 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.4.16"; -export const NSOAPP_VERSION = "2.9.0"; -export const WEB_VIEW_VERSION = "6.0.0-eb33aadc"; +export const S3SI_VERSION = "0.4.17"; +export const NSOAPP_VERSION = "2.10.0"; +export const WEB_VIEW_VERSION = "6.0.0-2ba8cb04"; export enum Queries { HomeQuery = "51fc56bbf006caf37728914aa8bc0e2c86a80cf195b4d4027d6822a3623098a8",