This commit is contained in:
Thomas E Lackey 2020-10-30 14:36:41 -05:00
parent daf7179e4f
commit d40c8a7e9f
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ const PackageLink = ({ config, type, pkg, text }) => {
return;
}
const label = `${platform}/${arch}: ${cid}`
const label = `${platform}/${arch}: ${cid}`;
packageLinks.push(
<Link
key={cid}

View File

@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-10-30T16:31:29.034Z",
"version": "1.1.0-beta.10"
"buildDate": "2020-10-30T19:35:04.535Z",
"version": "1.1.0-beta.11"
}
}