Update Scratch Desktop download links to v1.2.1

This commit is contained in:
Christopher Willis-Ford 2019-01-10 15:19:51 -08:00
parent cebdd0a17d
commit 2018f8534a

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