update download link for Scratch Desktop -> 3.5.0

This commit is contained in:
Christopher Willis-Ford 2019-08-01 12:02:15 -07:00
parent 452ce99891
commit f90358e2c7

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.4.0.exe' :
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.4.0.dmg'
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.5.0.exe' :
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.5.0.dmg'
}
>
<FormattedMessage id="download.downloadButton" />