added download link for 0.12.0-beta1

This commit is contained in:
Chris Baker
2020-06-22 12:54:09 +00:00
parent 389252247d
commit 857a75487b

View File

@@ -13,6 +13,12 @@ export default function DownloadsPage({ downloadData }) {
version={VERSION}
downloads={downloadData}
community="/resources"
prerelease={{
type: 'Beta 1',
name: 'v0.12.0',
version: '0.12.0-beta1'
}}
/>
</div>
)