We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9e290 + 036af16 commit 2fc3a30Copy full SHA for 2fc3a30
src/views/download/download.jsx
@@ -114,8 +114,8 @@ class Download extends React.Component {
114
className="download-button"
115
href={
116
this.state.OS === OS_ENUM.WINDOWS ?
117
- 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%201.2.1.exe' :
118
- 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-1.2.1.dmg'
+ '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'
119
}
120
>
121
<FormattedMessage id="download.downloadButton" />
0 commit comments