diff --git a/CHANGELOG.md b/CHANGELOG.md index 665ae4d..30c92a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.7 + +chore: update `WEB_VIEW_VERSION` + ## 0.4.6 chore: update constants diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index be85901..561cccc 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.6" + "version": "0.4.7" }, "tauri": { "allowlist": { @@ -103,4 +103,4 @@ } ] } -} \ No newline at end of file +} diff --git a/src/constant.ts b/src/constant.ts index 5c40e70..5298737 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.6"; +export const S3SI_VERSION = "0.4.7"; export const NSOAPP_VERSION = "2.6.0"; -export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd"; +export const WEB_VIEW_VERSION = "4.0.0-b8c1e0fc"; export enum Queries { HomeQuery = "7dcc64ea27a08e70919893a0d3f70871", LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",