Skip to content

Commit

Permalink
chore: update appcast.json and info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed May 20, 2023
1 parent 172729c commit d06930b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions appcast.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"identifier": "yetone.openai.translator",
"versions": [
{
"version": "1.0.1",
"desc": "Update the error handling logic",
"sha256": "9b2c2f0e2afe844f0fd19952fbebdb41a3715f838e701f25ee58860fc7f367d0",
"url": "https://github.com/yetone/bob-plugin-openai-translator/releases/download/v1.0.1/openai-translator-1.0.1.bobplugin",
"minBobVersion": "1.8.0"
},
{
"version": "1.0.0",
"desc": "Supports streaming output, requires Bob version >= 1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "yetone.openai.translator",
"version": "1.0.0",
"version": "1.0.1",
"category": "translate",
"name": "OpenAI Translator",
"summary": "GPT powered translator",
Expand Down

0 comments on commit d06930b

Please sign in to comment.