chore: bump version (0.4.0)
parent
e1b3703401
commit
3a599717de
|
|
@ -1,6 +1,12 @@
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
feat: update `callImink`
|
||||||
|
|
||||||
|
feat: update VersionData
|
||||||
|
|
||||||
## 0.3.6
|
## 0.3.6
|
||||||
|
|
||||||
feat: update `WEB_VIEW_VERSION` and query hashes
|
feat: update `WEB_VIEW_VERSION` and query hashes for 4.0.0
|
||||||
|
|
||||||
## 0.3.5
|
## 0.3.5
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.3.6"
|
"version": "0.4.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
@ -93,4 +93,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.3.6";
|
export const S3SI_VERSION = "0.4.0";
|
||||||
export const NSOAPP_VERSION = "2.5.1";
|
export const NSOAPP_VERSION = "2.5.1";
|
||||||
export const WEB_VIEW_VERSION = "4.0.0-e2ee936d";
|
export const WEB_VIEW_VERSION = "4.0.0-e2ee936d";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue