diff --git a/package.json b/package.json index 102f97c..15300fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-api-server", - "version": "2.0.0.beta-11", + "version": "2.0.0.beta-12", "description": "一个适配 LX Music 的 API 后端实现", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/pyproject.toml b/pyproject.toml index 9a28f08..bdad251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lx_music_api_server" -version = "2.0.0.beta-11" +version = "2.0.0.beta-12" description = "一个适配 LX Music 的 API 后端实现" authors = ["helloplhm-qwq", "lerdb", "Folltoshe"] license = "MIT"