diff --git a/appcast.json b/appcast.json index e3c517d..cc6fd4c 100755 --- a/appcast.json +++ b/appcast.json @@ -1,6 +1,13 @@ { "identifier": "com.meet.bob-plugin-voi", "versions": [ + { + "version": "0.0.3", + "desc": "auto", + "sha256": "2f87560d647fdd17a4d7ea5b09307ec57a4eeaa25db8f29f9eb8998000421a88", + "url": "https://raw.githubusercontent.com/xnmeet/voi/releases/download/v0.0.3/voi-0.0.3.bobplugin", + "minBobVersion": "0.5.0" + }, { "version": "0.0.1", "desc": "auto", @@ -9,4 +16,4 @@ "minBobVersion": "0.5.0" } ] -} +} \ No newline at end of file diff --git a/bob-plugin/src/info.json b/bob-plugin/src/info.json index 3e71706..417ff28 100755 --- a/bob-plugin/src/info.json +++ b/bob-plugin/src/info.json @@ -1,6 +1,6 @@ { "identifier": "com.meet.bob-plugin-voi", - "version": "0.0.1", + "version": "0.0.3", "category": "tts", "name": "Kokoro 语音", "summary": "使用 Kokoro 本地部署模型作为语音合成服务", @@ -108,4 +108,4 @@ ] } ] -} +} \ No newline at end of file