chore: bump version(0.4.3)
parent
63ea9347da
commit
6d044a15ae
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.2"
|
"version": "0.4.3"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue