diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c48c19..1e6e5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.11 + +chore: update `WEB_VIEW_VERSION` and queries + ## 0.4.10 feat: support random primary ability diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index b738e83..1df36a1 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.10" + "version": "0.4.11" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 665454b..1f253b3 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.10"; +export const S3SI_VERSION = "0.4.11"; export const NSOAPP_VERSION = "2.7.1"; export const WEB_VIEW_VERSION = "6.0.0-e135295b"; export enum Queries {