chore: bump version (0.4.6)

splashcat-exporter
spacemeowx2 2023-07-26 16:47:25 +08:00
parent 348cf6045a
commit 6582ab408b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## 0.4.6
chore: update constants
fix: skip updateState if history if empty
([#81](https://github.com/spacemeowx2/s3si.ts/issues/81))
## 0.4.5
fix: list method is not auto

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.5"
"version": "0.4.6"
},
"tauri": {
"allowlist": {

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.4.5";
export const S3SI_VERSION = "0.4.6";
export const NSOAPP_VERSION = "2.6.0";
export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd";
export enum Queries {