diff --git a/CHANGELOG.md b/CHANGELOG.md index bf25ed4..41b1c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.3 + +feat: add `list-method` option +([#73](https://github.com/spacemeowx2/s3si.ts/issues/73)) + ## 0.4.2 fix: `coral_user_id` is string diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 0d1e1f7..f0f27a4 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.4.2" + "version": "0.4.3" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index af265f4..8093b40 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.2"; +export const S3SI_VERSION = "0.4.3"; export const NSOAPP_VERSION = "2.5.1"; export const WEB_VIEW_VERSION = "4.0.0-d5178440"; export enum Queries {