site: update to version 1.4.0, remove rc download box (#8693)

This commit is contained in:
Calvin Leung Huang 2020-04-07 11:07:37 -07:00 committed by GitHub
parent 24056ea929
commit a8dae1cca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -1 +1 @@
export const VERSION = '1.3.4'
export const VERSION = '1.4.0'

View file

@ -12,11 +12,6 @@ export default function DownloadsPage({ downloadData }) {
product="Vault"
version={VERSION}
downloads={downloadData}
prerelease={{
type: 'release candidate',
name: '1.4.0',
version: '1.4.0-rc1'
}}
/>
</div>
)