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 Jun 4, 2023
1 parent a53ac1c commit 5aa38ec
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": "xyz.yetone.openai.polisher",
"versions": [
{
"version": "1.1.0",
"desc": "Handle fragmented stream data from OpenAI API",
"sha256": "2cefc695cb1ab9f8b2b93440d105a6f0fcbadc0198a0d785cd1d9920bd3f3fbf",
"url": "https://github.com/yetone/bob-plugin-openai-polisher/releases/download/v1.1.0/openai-polisher-1.1.0.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": "xyz.yetone.openai.polisher",
"version": "1.0.0",
"version": "1.1.0",
"category": "translate",
"name": "OpenAI Polisher",
"summary": "GPT powered polisher",
Expand Down

0 comments on commit 5aa38ec

Please sign in to comment.