Skip to content

Commit a69ba0c

Browse files
committed
chore: bump version
1 parent db8604d commit a69ba0c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["plugin", "sig"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.9.0-beta.2"
6+
version = "0.9.0-beta.3"
77
edition = "2024"
88
description = "Everything 拼音搜索、快速选择扩展"
99
authors = ["Chaoses-Ib"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ update:
303303
2025-07-22 | [@ligq](https://github.com/ligq) |
304304
2023-04-28 | Xudong.He@CN |
305305
2024-07-09 | 田昊 \| JLL仲量联行 |
306+
2025-08-20 | **宇 |
306307

307308
## 相关链接
308309
群组:

Updater/updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ std::string truncate_lines(std::string s, size_t lines) {
3939

4040
bool check_for_update(bool prerelease, bool quiet, bool silent_error) {
4141
try {
42-
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.9.0-beta.2" };
42+
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.9.0-beta.3" };
4343
YAML::Node release = updater.check_for_new_release(prerelease);
4444
if (release.IsNull()) {
4545
if (!quiet)

0 commit comments

Comments
 (0)