chore: bump version(0.4.3)

dumb-splashcat-thing
spacemeowx2 2023-06-06 21:57:07 +08:00 committed by imspace
parent 63ea9347da
commit 6d044a15ae
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.4.3
feat: add `list-method` option
([#73](https://github.com/spacemeowx2/s3si.ts/issues/73))
## 0.4.2 ## 0.4.2
fix: `coral_user_id` is string fix: `coral_user_id` is string

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "s3si-ts", "productName": "s3si-ts",
"version": "0.4.2" "version": "0.4.3"
}, },
"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.4.2"; export const S3SI_VERSION = "0.4.3";
export const NSOAPP_VERSION = "2.5.1"; export const NSOAPP_VERSION = "2.5.1";
export const WEB_VIEW_VERSION = "4.0.0-d5178440"; export const WEB_VIEW_VERSION = "4.0.0-d5178440";
export enum Queries { export enum Queries {