diff --git a/CHANGELOG.md b/CHANGELOG.md index 5baf3cb..e1fa11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.13 + +refactor: upgraded the version of dependencies and fixed the deprecated API +([#92](https://github.com/spacemeowx2/s3si.ts/issues/92)) + ## 0.4.12 feat: add 6.0.0 special diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 58915c9..c831bf8 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.12" + "version": "0.4.13" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 3bdddbd..fc77e60 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.12"; +export const S3SI_VERSION = "0.4.13"; export const NSOAPP_VERSION = "2.8.1"; export const WEB_VIEW_VERSION = "6.0.0-1249ecb9"; export enum Queries {