Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Feb 21, 2024
1 parent 28c5a6a commit 13831b4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新记录

## 0.3.1 (2024-02-22)

### 🚀 新功能

- 添加错误恢复功能

### 🩹 bug 修复

- 修复计划队列为空时,点名不显示结果的问题

### 🏡 其他更改

- 补全开放源代码许可

## 0.3.0 (2024-02-21)

### 🚀 新功能
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ex-caller",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"app:build": "tauri build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ex-caller"
version = "0.3.0"
version = "0.3.1"
description = "一款功能丰富的随机点名工具"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "ExCaller",
"version": "0.3.0"
"version": "0.3.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 13831b4

Please sign in to comment.