From 2ee932161253bdcf7d8416998949dbd272b9d5ef Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Mon, 17 Jun 2024 14:55:18 +0800 Subject: [PATCH] feat: 0.4.19 --- CHANGELOG.md | 4 ++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb9440..f6fca79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.19 + +feat: update `NSOAPP_VERSION` + ## 0.4.18 feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`, update VersionData diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index fb6c840..8d2b2fd 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.18" + "version": "0.4.19" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 8554884..44a7fea 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,8 +1,8 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.4.18"; -export const NSOAPP_VERSION = "2.10.0"; +export const S3SI_VERSION = "0.4.19"; +export const NSOAPP_VERSION = "2.10.1"; export const WEB_VIEW_VERSION = "6.0.0-9f87c815"; export enum Queries { HomeQuery =