Skip to content

Commit 67f7691

Browse files
chore: bump version to v0.4.21
1 parent 9c333a8 commit 67f7691

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,17 @@ jobs:
140140
tagName: ${{ github.ref_name || github.event.inputs.version }}
141141
releaseName: 'Wallets Tool ${{ github.ref_name || github.event.inputs.version }}'
142142
releaseBody: |
143-
## 🎉 新版本发布 v0.4.20
143+
## 🎉 新版本发布 v0.4.21
144144
145145
### 📦 安装包下载
146146
- **Windows**: 下载 `.exe` 文件
147147
148148
### 🔄 更新说明
149149
### ✨ New Features | 新功能
150150
151-
- **钱包管理:** 实现数据库版本化迁移机制并优化钱包导入功能
151+
- **更新:** 添加gh-proxy镜像源以加速国内更新检查
152+
153+
152154
153155
154156

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### ✨ New Features | 新功能
22

3-
- **钱包管理:** 实现数据库版本化迁移机制并优化钱包导入功能
3+
- **更新:** 添加gh-proxy镜像源以加速国内更新检查
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wallets_tool",
33
"private": true,
4-
"version": "0.4.20",
4+
"version": "0.4.21",
55
"type": "module",
66
"scripts": {
77
"start": "node scripts/install-deps.cjs && yarn tauri-dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "WalletsTool"
3-
version = "0.4.20"
3+
version = "0.4.21"
44
description = "web3 链上钱包管理工具集,基于 Vue3 Tauri 等技术"
55
authors = ["renmk"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Wallets Tool",
3-
"version": "0.4.20",
3+
"version": "0.4.21",
44
"identifier": "com.ezban.walletstool",
55
"build": {
66
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)