Skip to content

Commit a2011ac

Browse files
committed
chore: update appcast.json and info.json
1 parent ed31459 commit a2011ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

appcast.json

+7
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.0.0",
6+
"desc": "Supports streaming output, requires Bob version >= 1.8.0",
7+
"sha256": "e540344dfd152d40779455301cc38750fdcf8db2e3d3e2f7ef89329d607be3c2",
8+
"url": "https://github.com/yetone/bob-plugin-openai-polisher/releases/download/v1.0.0/openai-polisher-1.0.0.bobplugin",
9+
"minBobVersion": "1.8.0"
10+
},
411
{
512
"version": "0.2.0",
613
"desc": "fix(ci): add permissions",

src/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "xyz.yetone.openai.polisher",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"category": "translate",
55
"name": "OpenAI Polisher",
66
"summary": "GPT powered polisher",

0 commit comments

Comments
 (0)