Merge pull request #2549 from LLK/release/3.0

[Develop] Release Scratch 3.0!
This commit is contained in:
Ray Schamp 2019-01-02 15:37:43 -05:00 committed by GitHub
commit 45d1badd56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@
"redux": "3.5.2", "redux": "3.5.2",
"redux-thunk": "2.0.1", "redux-thunk": "2.0.1",
"sass-loader": "6.0.6", "sass-loader": "6.0.6",
"scratch-gui": "0.1.0-prerelease.20181227160059", "scratch-gui": "0.1.0-prerelease.20190102131553",
"scratch-l10n": "latest", "scratch-l10n": "latest",
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", "scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master",
"slick-carousel": "1.6.0", "slick-carousel": "1.6.0",

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