chore: bump version(v0.3.6)

main
spacemeowx2 2023-05-31 21:17:51 +08:00 committed by imspace
parent f81232ce86
commit f026571844
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.3.6
feat: update `WEB_VIEW_VERSION` and query hashes
## 0.3.5 ## 0.3.5
fix: wrong ability keys in some languages fix: wrong ability keys in some languages

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "s3si-ts", "productName": "s3si-ts",
"version": "0.3.5" "version": "0.3.6"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -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.5"; export const S3SI_VERSION = "0.3.6";
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 {