diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b4383..5703c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.16 + +fix: `The stream is already locked` in monitor mode + +feat: add Fresh Season 2024 + ## 0.4.15 feat: add znca headers ([#95](https://github.com/spacemeowx2/s3si.ts/issues/95)) diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 68aebd0..1d4f46e 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.15" + "version": "0.4.16" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 45cbb06..c061de0 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.4.15"; +export const S3SI_VERSION = "0.4.16"; export const NSOAPP_VERSION = "2.9.0"; export const WEB_VIEW_VERSION = "6.0.0-eb33aadc"; export enum Queries {