chore: bump version

splashcat-exporter-v2
spacemeowx2 2024-01-31 19:10:56 +08:00
parent aa039c7be6
commit 109658680a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.4.13
refactor: upgraded the version of dependencies and fixed the deprecated API
([#92](https://github.com/spacemeowx2/s3si.ts/issues/92))
## 0.4.12
feat: add 6.0.0 special

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.12"
"version": "0.4.13"
},
"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.12";
export const S3SI_VERSION = "0.4.13";
export const NSOAPP_VERSION = "2.8.1";
export const WEB_VIEW_VERSION = "6.0.0-1249ecb9";
export enum Queries {