chore: bump version 0.4.9
parent
0cfe618f2f
commit
b2555783bb
|
|
@ -1,3 +1,7 @@
|
|||
## 0.4.9
|
||||
|
||||
feat: add species and crown_type
|
||||
|
||||
## 0.4.8
|
||||
|
||||
chore: update `WEB_VIEW_VERSION` and queries
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "s3si-ts",
|
||||
"version": "0.4.8"
|
||||
"version": "0.4.9"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { StatInkPostBody, VsHistoryDetail } from "./types.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 WEB_VIEW_VERSION = "4.0.0-091d4283";
|
||||
export enum Queries {
|
||||
|
|
|
|||
Loading…
Reference in New Issue