diff --git a/BuildProfile.ets b/BuildProfile.ets index 3479da7..f8ad882 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,5 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '1.0.2'; + static readonly HAR_VERSION = '1.0.1'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ebc86..ee05d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,10 @@ > - 正则验证 > - 基础工具 > - 统一弹窗 -> - 存储管理 \ No newline at end of file +> - 存储管理 + +# [v1.0.1] 2024.05.07 + +------ +> - 优化网络请求方法 +> - 简化自定义弹窗的使用 \ No newline at end of file