Merge pull request #3206 from cwillisf/scratch-desktop-3.5.0

[Master] update download link for Scratch Desktop -> 3.5.0
This commit is contained in:
Chris Willis-Ford 2019-08-01 14:00:30 -07:00 committed by GitHub
commit d7f38e381e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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