Skip to content

Commit

Permalink
chore(boxjs): 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Oct 29, 2024
1 parent ea2761b commit 4569ce0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion box/chavy.boxjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const $ = new Env('BoxJs')
// 为 eval 准备的上下文环境
const $eval_env = {}

$.version = '0.19.17'
$.version = '0.19.20'
$.versionType = 'beta'

// 发出的请求需要需要 Surge、QuanX 的 rewrite
Expand Down
6 changes: 2 additions & 4 deletions box/release/box.release.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"releases": [
{
"version": "0.19.19",
"version": "0.19.20",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "feat(ui): 支持首页删除收藏应用",
"notes": [
{
"name": "UI 更新",
"descs": [
"支持首页删除收藏应用,开启方式在悬浮按钮上"
]
"descs": ["支持首页删除收藏应用,开启方式在悬浮按钮上"]
}
]
},
Expand Down
6 changes: 2 additions & 4 deletions box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"releases": [
{
"version": "0.19.19",
"version": "0.19.20",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "feat(ui): 支持首页删除收藏应用",
"notes": [
{
"name": "UI 更新",
"descs": [
"支持首页删除收藏应用,开启方式在悬浮按钮上"
]
"descs": ["支持首页删除收藏应用,开启方式在悬浮按钮上"]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion chavy.box.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const $ = new Env('BoxJs')
// 为 eval 准备的上下文环境
const $eval_env = {}

$.version = '0.19.17'
$.version = '0.19.20'
$.versionType = 'beta'

// 发出的请求需要需要 Surge、QuanX 的 rewrite
Expand Down

0 comments on commit 4569ce0

Please sign in to comment.