update download links for Scratch Desktop 3.4.0

This commit is contained in:
Christopher Willis-Ford 2019-06-25 23:05:11 -07:00
parent 35bcb8b33e
commit 904879d9e4

View file

@ -114,8 +114,8 @@ class Download extends React.Component {
className="download-button"
href={
this.state.OS === OS_ENUM.WINDOWS ?
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.3.0.exe' :
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.3.0.dmg'
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.4.0.exe' :
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.4.0.dmg'
}
>
<FormattedMessage id="download.downloadButton" />