Skip to content

Commit 8168230

Browse files
committed
更新版本号 v0.3.1
1 parent cf40f85 commit 8168230

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新日志
22

3-
## v2026.3.31-nightly
3+
## v0.3.1
44

55
### 移除
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smtc2web",
3-
"version": "2026.3.31-nightly",
3+
"version": "0.3.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["AkarinLiu"]
33
description = "A Tauri App"
44
edition = "2024"
55
name = "smtc2web"
6-
version = "2026.3.31-nightly"
6+
version = "0.3.1"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

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": "smtc2web",
4-
"version": "2026.3.31-nightly",
4+
"version": "0.3.1",
55
"identifier": "com.akarinliu.smtc2web",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)