chore: update S3SI_VERSION

splashcat-exporter
spacemeowx2 2023-11-30 12:56:53 +08:00
parent af0ea16ecc
commit e4be0f2fe3
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.4.11
chore: update `WEB_VIEW_VERSION` and queries
## 0.4.10
feat: support random primary ability

View File

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

View File

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