From 616093e4ed9dc91be3ce19bc722e5ef5a87d7591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=9C=88=E6=B8=85=E9=A3=8E?= <2928139825@qq.com> Date: Thu, 12 Oct 2023 19:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=85=BC=E5=AE=B9AP?= =?UTF-8?q?I9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 明月清风 <2928139825@qq.com> --- CHANGELOG.md | 4 ++++ imageknife/oh-package.json5 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6c235..f7a8f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0-rc.0 + +- 修复不兼容API9的问题 + ## 2.1.0 - ArkTs语法整改: diff --git a/imageknife/oh-package.json5 b/imageknife/oh-package.json5 index 1df2e5d..a992503 100644 --- a/imageknife/oh-package.json5 +++ b/imageknife/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "2.1.0", + "version": "2.1.0-rc.0", "dependencies": { "@ohos/disklrucache": "^2.0.1", "@ohos/svg": "^2.1.0",