From e4be0f2fe387aa0abb6d5f4ce711fb1114a51f87 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Thu, 30 Nov 2023 12:56:53 +0800 Subject: [PATCH] chore: update S3SI_VERSION --- CHANGELOG.md | 4 ++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c48c19..1e6e5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.11 + +chore: update `WEB_VIEW_VERSION` and queries + ## 0.4.10 feat: support random primary ability diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index b738e83..1df36a1 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.10" + "version": "0.4.11" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 665454b..1f253b3 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.10"; +export const S3SI_VERSION = "0.4.11"; export const NSOAPP_VERSION = "2.7.1"; export const WEB_VIEW_VERSION = "6.0.0-e135295b"; export enum Queries {