Skip to content

Commit

Permalink
chore: bump to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Nov 16, 2023
1 parent 2ec450a commit f565457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# @Author: Vincent Young
# @Date: 2023-03-05 20:29:43
# @LastEditors: Vincent Young
# @LastEditTime: 2023-04-10 03:31:01
# @LastEditTime: 2023-11-16 03:10:20
# @FilePath: /bob-plugin-deeplx/release.sh
# @Telegram: https://t.me/missuo
#
Expand All @@ -17,7 +17,7 @@ echo $sha256_deeplx

download_link="https://github.com/missuo/bob-plugin-deeplx/releases/download/v$version/bob-plugin-deeplx-$version.bobplugin"

new_version="{\"version\": \"$version\", \"desc\": \"Fix some prompt errors.\", \"sha256\": \"$sha256_deeplx\", \"url\": \"$download_link\", \"minBobVersion\": \"0.5.0\"}"
new_version="{\"version\": \"$version\", \"desc\": \"Support access token.\", \"sha256\": \"$sha256_deeplx\", \"url\": \"$download_link\", \"minBobVersion\": \"0.5.0\"}"

json_file='appcast.json'
json_data=$(cat $json_file)
Expand Down

0 comments on commit f565457

Please sign in to comment.