feat: 0.4.19

splashcat-exporter-v2^2
spacemeowx2 2024-06-17 14:55:18 +08:00
parent 9ad3fc3c50
commit 2ee9321612
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 0.4.19
feat: update `NSOAPP_VERSION`
## 0.4.18
feat: update `WEB_VIEW_VERSION` and `NSOAPP_VERSION`, update VersionData

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.18"
"version": "0.4.19"
},
"tauri": {
"allowlist": {

View File

@ -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 =