chore: bump version 0.4.9

splashcat-exporter
imspace 2023-09-15 01:06:16 +08:00
parent 0cfe618f2f
commit b2555783bb
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.4.9
feat: add species and crown_type
## 0.4.8 ## 0.4.8
chore: update `WEB_VIEW_VERSION` and queries chore: update `WEB_VIEW_VERSION` and queries

View File

@ -9,7 +9,7 @@
}, },
"package": { "package": {
"productName": "s3si-ts", "productName": "s3si-ts",
"version": "0.4.8" "version": "0.4.9"
}, },
"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.8"; export const S3SI_VERSION = "0.4.9";
export const NSOAPP_VERSION = "2.7.0"; export const NSOAPP_VERSION = "2.7.0";
export const WEB_VIEW_VERSION = "4.0.0-091d4283"; export const WEB_VIEW_VERSION = "4.0.0-091d4283";
export enum Queries { export enum Queries {