From 4eb32ef37585c0fc77976cbbecadfe034711d96b Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Tue, 11 May 2021 17:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=91=E5=8F=91=E5=B8=83maven=E5=90=8E=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ae4c..7d9edb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.4-SNAPSHOT +* modification: Fix picture scaling button bug + ## 0.0.3-SNAPSHOT * modification: Update copyright diff --git a/README.md b/README.md index a1cf7e6..4855c57 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ``` dependencies { - implementation('com.gitee.chinasoft_ohos:PhotoDraweeView:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:PhotoDraweeView:0.0.4-SNAPSHOT') ...... } ``` @@ -108,7 +108,7 @@ CloudTest代码测试无异常 ## 版本迭代 -+ 0.0.3-SNAPSHOT ++ 0.0.4-SNAPSHOT ## 版权和许可信息 + Apache License \ No newline at end of file -- Gitee