Skip to content

Commit 3e849f1

Browse files
chore: bump version to v0.4.14
1 parent dd56baf commit 3e849f1

6 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,17 @@ jobs:
133133
tagName: ${{ github.ref_name || github.event.inputs.version }}
134134
releaseName: 'Wallets Tool ${{ github.ref_name || github.event.inputs.version }}'
135135
releaseBody: |
136-
## 🎉 新版本发布 v0.4.13
136+
## 🎉 新版本发布 v0.4.14
137137
138138
### 📦 安装包下载
139139
- **Windows**: 下载 `.exe` 文件
140140
141141
### 🔄 更新说明
142-
### 🔧 Chore | 杂项
142+
### Other | 其他
143143
144-
- 更新 Tauri 更新器公钥并改进密钥处理脚本
144+
- test: 删除过时的Solana RPC测试文件
145+
146+
145147
146148
147149

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 🔧 Chore | 杂项
1+
### Other | 其他
22

3-
- 更新 Tauri 更新器公钥并改进密钥处理脚本
3+
- test: 删除过时的Solana RPC测试文件
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.13",
4+
"version": "0.4.14",
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.13"
3+
version = "0.4.14"
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.13",
3+
"version": "0.4.14",
44
"identifier": "com.ezban.walletstool",
55
"build": {
66
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)