Skip to content

Commit

Permalink
fix(boxjs): 修复版本号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed May 12, 2022
1 parent ec92e50 commit cfd3c6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.11.0'
$.version = '0.11.2'
$.versionType = 'beta'

// 发出的请求需要需要 Surge、QuanX 的 rewrite
Expand Down
2 changes: 1 addition & 1 deletion box/release/box.release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releases": [
{
"version": "0.11.1",
"version": "0.11.2",
"tags": ["beta"],
"author": "@chavyleung",
"msg": "feat(boxjs): 发现新版本时可跳转至 app 内触发资源更新",
Expand Down
2 changes: 1 addition & 1 deletion box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releases": [
{
"version": "0.11.1",
"version": "0.11.2",
"tags": ["beta"],
"author": "@chavyleung",
"msg": "feat(boxjs): 发现新版本时可跳转至 app 内触发资源更新",
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.11.0'
$.version = '0.11.2'
$.versionType = 'beta'

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

0 comments on commit cfd3c6f

Please sign in to comment.