From 0c43023ae1b9f801fad963345b2e37da4552dfa1 Mon Sep 17 00:00:00 2001 From: Chavy Date: Sat, 15 Aug 2020 00:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0[BoxJs=20TF]:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=A6=96=E9=A1=B5=E5=9B=BE=E6=A0=87=E6=9C=89=E8=BD=BB?= =?UTF-8?q?=E5=BE=AE=E4=BD=8D=E7=A7=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box/chavy.boxjs.js | 2 +- box/release/box.release.tf.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/box/chavy.boxjs.js b/box/chavy.boxjs.js index 59a37f5e0..a1adfb02e 100644 --- a/box/chavy.boxjs.js +++ b/box/chavy.boxjs.js @@ -1,6 +1,6 @@ const $ = new Env('BoxJs') -$.version = '0.7.12' +$.version = '0.7.13' $.versionType = 'beta' /** diff --git a/box/release/box.release.tf.json b/box/release/box.release.tf.json index 26180e167..7232f2772 100644 --- a/box/release/box.release.tf.json +++ b/box/release/box.release.tf.json @@ -1,5 +1,18 @@ { "releases": [ + { + "version": "0.7.13", + "tags": ["beta"], + "author": "@chavyleung", + "icon": "https://avatars3.githubusercontent.com/u/29748519", + "repo": "https://github.com/chavyleung", + "notes": [ + { + "name": "修复", + "descs": ["首页图标有轻微位移问题"] + } + ] + }, { "version": "0.7.12", "tags": ["beta"],