Skip to content

Commit d06930b

Browse files
committed
chore: update appcast.json and info.json
1 parent 172729c commit d06930b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

appcast.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"identifier": "yetone.openai.translator",
33
"versions": [
4+
{
5+
"version": "1.0.1",
6+
"desc": "Update the error handling logic",
7+
"sha256": "9b2c2f0e2afe844f0fd19952fbebdb41a3715f838e701f25ee58860fc7f367d0",
8+
"url": "https://github.com/yetone/bob-plugin-openai-translator/releases/download/v1.0.1/openai-translator-1.0.1.bobplugin",
9+
"minBobVersion": "1.8.0"
10+
},
411
{
512
"version": "1.0.0",
613
"desc": "Supports streaming output, requires Bob version >= 1.8.0",

src/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "yetone.openai.translator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"category": "translate",
55
"name": "OpenAI Translator",
66
"summary": "GPT powered translator",

0 commit comments

Comments
 (0)