Skip to content

Commit 5aa38ec

Browse files
committed
chore: update appcast.json and info.json
1 parent a53ac1c commit 5aa38ec

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": "xyz.yetone.openai.polisher",
33
"versions": [
4+
{
5+
"version": "1.1.0",
6+
"desc": "Handle fragmented stream data from OpenAI API",
7+
"sha256": "2cefc695cb1ab9f8b2b93440d105a6f0fcbadc0198a0d785cd1d9920bd3f3fbf",
8+
"url": "https://github.com/yetone/bob-plugin-openai-polisher/releases/download/v1.1.0/openai-polisher-1.1.0.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": "xyz.yetone.openai.polisher",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"category": "translate",
55
"name": "OpenAI Polisher",
66
"summary": "GPT powered polisher",

0 commit comments

Comments
 (0)