Skip to content

Commit 1feca75

Browse files
committed
chore: 更新到 v2.1.0
1 parent b66b0d3 commit 1feca75

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maa-log-analyzer",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "MAA 日志可视化分析工具",
55
"author": "Windsland52",
66
"license": "MIT",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maa-log-analyzer"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "MAA 日志分析器"
55
authors = ["Windsland52"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "MaaLogAnalyzer",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"identifier": "com.maa.log-analyzer",
66
"build": {
77
"beforeDevCommand": "pnpm run dev",

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ if (typeof window !== 'undefined') {
654654
<!-- 版本信息 -->
655655
<n-flex justify="space-between" align="center">
656656
<n-text depth="3" style="font-size: 12px">
657-
Version 2.0.1
657+
Version 2.1.0
658658
</n-text>
659659
<n-text depth="3" style="font-size: 12px">
660660
© 2025

0 commit comments

Comments
 (0)