🚀 v0.7.9

This commit is contained in:
BTMuli
2025-07-30 10:31:38 +08:00
parent e665a86b0c
commit 81a6415c75
6 changed files with 16 additions and 10 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "TeyvatGuide"
version = "0.7.8"
version = "0.7.9"
dependencies = [
"chrono",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "TeyvatGuide"
version = "0.7.8"
version = "0.7.9"
description = "Game Tool for Genshin Impact player"
authors = ["BTMuli <bt-muli@outlook.com>"]
license = "MIT"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.7.8",
"version": "0.7.9",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",