修改版本号3.0.2-rc.1

Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
zgf 2024-09-29 16:14:21 +08:00
parent 6dcf2840b3
commit 2fc1f4c776
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 3.0.2-rc.1
- release打包关闭混淆
## 3.0.2-rc.0
- FileUtil.readFile接口和file格式图片同步关闭fd

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "3.0.1-rc.2",
"version": "3.0.2-rc.1",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},