From 50877b9424622bf5029339b346c7179ee4e0e958 Mon Sep 17 00:00:00 2001 From: panzhenyu1 Date: Wed, 16 Mar 2022 15:01:39 +0800 Subject: [PATCH] Update README file Change version description from 2019-09-18 to 2020-11-08 related issue: https://gitee.com/openharmony/third_party_quickjs/issues/I4Y3JY Signed-off-by: panzhenyu1 Change-Id: Iefdf66fbefc7918687a7103101020c74daea6a5b --- README.OpenSource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index a5ace72..1f5e50c 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "QuickJS", "License": "MIT License", "License File": "LICENSE", - "Version Number": "2019-09-18", + "Version Number": "2020-11-08", "Owner": "zhaogaoyi@huawei.com", "Upstream URL": "https://bellard.org/quickjs/", "Description": "QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt." -- Gitee