添加gpu_transform组件的1.0.1版本信息

Signed-off-by: qinjianqi <qinjianqi@huawei.com>
This commit is contained in:
qinjianqi 2024-01-27 10:03:03 +08:00
parent 68699d2aac
commit 3aeb380626
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 1.0.1
- 更新libc++sheared.so版本
## 1.0.0 ## 1.0.0
- 包管理工具由npm切换为ohpm - 包管理工具由npm切换为ohpm
- 适配DevEco Studio: 3.1Release(3.1.3.400) - 适配DevEco Studio: 3.1Release(3.1.3.400)

View File

@ -14,7 +14,7 @@
"main": "index.ets", "main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife", "repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.0.1",
"tags": [ "tags": [
"Tool" "Tool"
], ],