From b2555783bb9fe3415221ef46f78170879b6c5a65 Mon Sep 17 00:00:00 2001 From: imspace Date: Fri, 15 Sep 2023 01:06:16 +0800 Subject: [PATCH] chore: bump version 0.4.9 --- CHANGELOG.md | 4 ++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 {