Skip to content

Commit

Permalink
feat: update 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhang9804 committed Sep 26, 2024
1 parent 713c11a commit 0b166d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions appcast.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"identifier": "yuzhang.deepseek.translator",
"versions": [
{
"version": "0.0.1",
"desc": "chore: update release",
"sha256": "1b0796519aabb105550d04205345205c2ff0f0daca6499db4b96c2d59594f77c",
"url": "https://github.com/yuzhang9804/bob-plugin-deepSeek-translator/releases/download/v0.0.1/deepseek-translator-0.0.1.bobplugin",
"minBobVersion": "1.8.0"
},
{
"version": "0.0.1",
"desc": "feat: update plugin",
"sha256": "511ebde57c6fb61ad20c72c8ee27e7688f2529918ced1f0792cb2f594accb895",
"url": "https://github.com/yuzhang9804/bob-plugin-deepSeek-translator/releases/download/v0.0.1/deepseek-translator-0.0.1.bobplugin",
"minBobVersion": "1.8.0"
"minBobVersion": "0.5.0"
}
]
}
}
2 changes: 1 addition & 1 deletion scripts/updateAppcast.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function updateAppcast(version, desc) {
desc: desc,
sha256: fileHash,
url: `https://github.com/yuzhang9804/bob-plugin-deepSeek-translator/releases/download/v${version}/${path.basename(releaseFile)}`,
minBobVersion: '1.8.0',
minBobVersion: '0.5.0',
}

const appcastFile = path.join(__dirname, '../appcast.json')
Expand Down

0 comments on commit 0b166d1

Please sign in to comment.