mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
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:
commit
d7f38e381e
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue