Fix invalid JSON due to missing comma after value
Amends 248828b9a3
Pick-to: 6.2 6.2.0
Change-Id: I606835942e988736786aaf6881ecddc94c8a882c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
parent
dda7dab827
commit
1fb242ba9f
|
|
@ -10,6 +10,6 @@
|
|||
"LicenseId": "MIT",
|
||||
"LicenseFile": "LICENSE",
|
||||
"DownloadLocation": "https://github.com/intel/tinycbor/archive/refs/tags/v0.6-rc1.tar.gz",
|
||||
"Version": "0.6-rc1"
|
||||
"Version": "0.6-rc1",
|
||||
"Copyright": "Copyright (C) 2015-2021 Intel Corporation"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue