diff --git a/README.md b/README.md index 03d6013..207ef53 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ [comment]: <> (Version history only shows last 3 versions) # v2.1.5 -###### 2021/06/30 +###### 2021/07/01 * `修复` 部分机型SettingNotFoundException异常并尝试自动修复 (试修) _[`issue #487`](https://github.com/SuperMonster003/Ant-Forest/issues/487)_ _[`#483`](https://github.com/SuperMonster003/Ant-Forest/issues/483)_ * `修复` imagesx.capt()可能返回falsy值的问题 (试修) _[`issue #488`](https://github.com/SuperMonster003/Ant-Forest/issues/488)_ * `修复` 前置应用横屏状态启动项目时屏幕数据异常的问题 _[`issue #489`](https://github.com/SuperMonster003/Ant-Forest/issues/489)_ diff --git a/ant-forest-launcher.js b/ant-forest-launcher.js index 89f8ecd..3b68abb 100644 --- a/ant-forest-launcher.js +++ b/ant-forest-launcher.js @@ -1,6 +1,6 @@ /** * Alipay ant forest intelligent collection script launcher - * @since Jun 30, 2021 + * @since Jul 1, 2021 * @version 2.1.5 * @author SuperMonster003 * @see https://github.com/SuperMonster003/Ant-Forest diff --git a/documents/CHANGELOG-2.md b/documents/CHANGELOG-2.md index 20eabc3..91a7645 100644 --- a/documents/CHANGELOG-2.md +++ b/documents/CHANGELOG-2.md @@ -3,7 +3,7 @@ ****** # v2.1.5 -###### 2021/06/30 +###### 2021/07/01 * `修复` 部分机型SettingNotFoundException异常并尝试自动修复 (试修) _[`issue #487`](https://github.com/SuperMonster003/Ant-Forest/issues/487)_ _[`#483`](https://github.com/SuperMonster003/Ant-Forest/issues/483)_ * `修复` imagesx.capt()可能返回falsy值的问题 (试修) _[`issue #488`](https://github.com/SuperMonster003/Ant-Forest/issues/488)_ * `修复` 前置应用横屏状态启动项目时屏幕数据异常的问题 _[`issue #489`](https://github.com/SuperMonster003/Ant-Forest/issues/489)_