chore: bump version

splashcat-exporter-v2
spacemeowx2 2024-02-29 18:21:34 +08:00
parent 14405e996f
commit cab8af8e31
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 0.4.16
fix: `The stream is already locked` in monitor mode
feat: add Fresh Season 2024
## 0.4.15
feat: add znca headers ([#95](https://github.com/spacemeowx2/s3si.ts/issues/95))

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.15"
"version": "0.4.16"
},
"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.15";
export const S3SI_VERSION = "0.4.16";
export const NSOAPP_VERSION = "2.9.0";
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc";
export enum Queries {