bump: version 0.3.50 → 0.3.51

This commit is contained in:
涵曦 2024-12-03 09:06:51 +08:00
parent 0a2e3cc579
commit 7eb0ab1e46
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## v0.3.51 (2024-12-03)
### Fix
- 修复空配置启动失败问题 close #284
## v0.3.50 (2024-12-03)
### Feat

View File

@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.50"
version = "0.3.51"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@ -1 +1 @@
__version__ = "0.3.50"
__version__ = "0.3.51"