diff --git a/CHANGELOG.md b/CHANGELOG.md index c35e69e..45a25fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ +## 0.4.0 + +feat: update `callImink` + +feat: update VersionData + ## 0.3.6 -feat: update `WEB_VIEW_VERSION` and query hashes +feat: update `WEB_VIEW_VERSION` and query hashes for 4.0.0 ## 0.3.5 diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index e352a60..315dbc1 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.3.6" + "version": "0.4.0" }, "tauri": { "allowlist": { @@ -93,4 +93,4 @@ } ] } -} \ No newline at end of file +} diff --git a/src/constant.ts b/src/constant.ts index 061bdf6..fc0c8cc 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.3.6"; +export const S3SI_VERSION = "0.4.0"; export const NSOAPP_VERSION = "2.5.1"; export const WEB_VIEW_VERSION = "4.0.0-e2ee936d"; export enum Queries {