Skip to content

Commit 711d04e

Browse files
committedOct 21, 2024
build: 更新项目版本和主页链接
- 将项目版本从 0.1.4 升级到 0.1.5 - 修正项目主页链接为正确的 GitHub 地址
1 parent 921e9e3 commit 711d04e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎nonebot_plugin_fishspeech_tts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
name="FishSpeechTTS",
3434
description="一个插件,通过调用在线或本地api发送TTS语音",
3535
usage="发送:[发音人]说[文本]即可发送TTS语音",
36-
homepage="https://github.com/Cvandia/nonebot-plugin-game-torrent",
36+
homepage="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts",
3737
config=Config,
3838
type="application",
3939
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-fishspeech-tts"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "一个插件,通过调用在线或本地api发送TTS语音"
55
authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)
Failed to load comments.