From d549048fc0fbc0582d704f1a245dee80e8cee9e5 Mon Sep 17 00:00:00 2001 From: zhaonan287 Date: Mon, 17 Jun 2024 11:57:28 +0800 Subject: [PATCH] Fix the version number of astc-encoder shown in the description files Signed-off-by: zhaonan287 --- README.OpenSource | 2 +- bundle.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 66f0d64..40ade67 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name":"astc-encoder", "License":"Apache 2.0 License", "License File":"LICENSE", - "Version Number":"4.7", + "Version Number":"4.7.0", "Owner":"wangyonglang@huawei.com", "Upstream URL":"https://github.com/ARM-software/astc-encoder.git", "Description":"The Arm Adaptive Scalable Texture Compression (ASTC) Encoder,astcenc,is a command-line tool for compressing and decompressing images using the ASTC texture compression standard." diff --git a/bundle.json b/bundle.json index 93db4fe..6432ff2 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/astc-encoder", "description": "This is the official repository for Arm ASTC encoders,which are texture compressors for adaptive extensible texture compression data formats.", - "version": "4.7", + "version": "4.7.0", "license": "Apache-2.0", "publishAs": "code-segment", "segment":{ -- Gitee