Skip to content

Commit 13831b4

Browse files
committed
release: v0.3.1
1 parent 28c5a6a commit 13831b4

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# 更新记录
22

3+
## 0.3.1 (2024-02-22)
4+
5+
### 🚀 新功能
6+
7+
- 添加错误恢复功能
8+
9+
### 🩹 bug 修复
10+
11+
- 修复计划队列为空时,点名不显示结果的问题
12+
13+
### 🏡 其他更改
14+
15+
- 补全开放源代码许可
16+
317
## 0.3.0 (2024-02-21)
418

519
### 🚀 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ex-caller",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"private": true,
66
"scripts": {
77
"app:build": "tauri build",

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 = "ex-caller"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "一款功能丰富的随机点名工具"
55

66
[build-dependencies]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "ExCaller",
10-
"version": "0.3.0"
10+
"version": "0.3.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)