Skip to content

Commit 2fc3a30

Browse files
authored
Merge pull request #3008 from LLK/hotfix/update-scratch-desktop
[Master] Hotfix: update scratch-desktop link
2 parents df9e290 + 036af16 commit 2fc3a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/download/download.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class Download extends React.Component {
114114
className="download-button"
115115
href={
116116
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'
117+
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.3.0.exe' :
118+
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.3.0.dmg'
119119
}
120120
>
121121
<FormattedMessage id="download.downloadButton" />

0 commit comments

Comments
 (0)