docs: add 1.1.0-beta1 download link

This commit is contained in:
Michael Schurter 2021-04-30 13:26:23 -07:00 committed by Tim Gross
parent 4b95f6ef42
commit fdd7fc4817
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ export default function DownloadsPage({ releaseData }) {
version={VERSION}
releaseData={releaseData}
community="/resources"
prerelease={{
type: 'Beta',
name: 'v1.1.0',
version: '1.1.0-beta1'
}}
/>
</div>
)