From 6582ab408bbe6a0cbdb7e13d0a0246087fc1af0d Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 26 Jul 2023 16:47:25 +0800 Subject: [PATCH] chore: bump version (0.4.6) --- CHANGELOG.md | 7 +++++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2322f3..665ae4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.4.6 + +chore: update constants + +fix: skip updateState if history if empty +([#81](https://github.com/spacemeowx2/s3si.ts/issues/81)) + ## 0.4.5 fix: list method is not auto diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 6777593..be85901 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.5" + "version": "0.4.6" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 26da1c4..5c40e70 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.5"; +export const S3SI_VERSION = "0.4.6"; export const NSOAPP_VERSION = "2.6.0"; export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd"; export enum Queries {