chore: 0.4.20
parent
58dbafaa22
commit
6a21775c90
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.4.20
|
||||||
|
|
||||||
|
fix: update `NSOAPP_VERSION`
|
||||||
|
|
||||||
## 0.4.19
|
## 0.4.19
|
||||||
|
|
||||||
feat: update `NSOAPP_VERSION`
|
feat: update `NSOAPP_VERSION`
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.19"
|
"version": "0.4.20"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "s3si.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 NSOAPP_VERSION = "2.10.0";
|
||||||
export const WEB_VIEW_VERSION = "6.0.0-9f87c815";
|
export const WEB_VIEW_VERSION = "6.0.0-9f87c815";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue