chore: update S3SI_VERSION
parent
af0ea16ecc
commit
e4be0f2fe3
|
|
@ -1,3 +1,7 @@
|
|||
## 0.4.11
|
||||
|
||||
chore: update `WEB_VIEW_VERSION` and queries
|
||||
|
||||
## 0.4.10
|
||||
|
||||
feat: support random primary ability
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "s3si-ts",
|
||||
"version": "0.4.10"
|
||||
"version": "0.4.11"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue