From 6a21775c90450f1697c0823a08da6977e02354cb Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 18 Jun 2024 20:29:10 +0800 Subject: [PATCH] chore: 0.4.20 --- 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 f6fca79..17ac7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.20 + +fix: update `NSOAPP_VERSION` + ## 0.4.19 feat: update `NSOAPP_VERSION` diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 8d2b2fd..80aec26 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.19" + "version": "0.4.20" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 651e510..23eb698 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.19"; +export const S3SI_VERSION = "0.4.20"; export const NSOAPP_VERSION = "2.10.0"; export const WEB_VIEW_VERSION = "6.0.0-9f87c815"; export enum Queries {