chore: bump version (0.4.0)

main
spacemeowx2 2023-06-02 17:16:41 +08:00
parent e1b3703401
commit 3a599717de
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
## 0.4.0
feat: update `callImink`
feat: update VersionData
## 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

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.3.6"
"version": "0.4.0"
},
"tauri": {
"allowlist": {
@ -93,4 +93,4 @@
}
]
}
}
}

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.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 WEB_VIEW_VERSION = "4.0.0-e2ee936d";
export enum Queries {