Skip to content

Commit d2f3208

Browse files
committed
release: v0.3.2
1 parent fce19d5 commit d2f3208

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 0.3.2 (2024-02-22)
4+
5+
### 🩹 bug 修复
6+
7+
- 修复首屏加载图片尺寸不一致的问题
8+
39
## 0.3.1 (2024-02-22)
410

511
### 🚀 新功能

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.1",
4+
"version": "0.3.2",
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.1"
3+
version = "0.3.2"
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.1"
10+
"version": "0.3.2"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)