diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a7816..22882d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.9 + +feat: add species and crown_type + ## 0.4.8 chore: update `WEB_VIEW_VERSION` and queries diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 95ce9c1..a9fbac6 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.4.8" + "version": "0.4.9" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index 8c41652..f435361 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -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 {