Skip to content

Commit 1e1fb39

Browse files
committed
chore: update appcast.json and info.json
1 parent 355fd9a commit 1e1fb39

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

appcast.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"identifier": "yetone.openai.translator",
33
"versions": [
4+
{
5+
"version": "2.3.2",
6+
"desc": "Add support for GPT-4o mini",
7+
"sha256": "8990a720c38c8e23f91cacc6e320845c27f12abffefe95ca51472507ff28a7d2",
8+
"url": "https://github.com/yetone/bob-plugin-openai-translator/releases/download/v2.3.2/openai-translator-2.3.2.bobplugin",
9+
"minBobVersion": "1.8.0"
10+
},
411
{
512
"version": "2.3.1",
613
"desc": "Added new models to provide more options for users",

src/info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "yetone.openai.translator",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"category": "translate",
55
"name": "OpenAI Translator",
66
"summary": "GPT powered translator",
@@ -159,4 +159,4 @@
159159
}
160160
}
161161
]
162-
}
162+
}

0 commit comments

Comments
 (0)