mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-29 10:36:42 -05:00
release Scratch Desktop 3.10.2
This commit is contained in:
parent
329d20c718
commit
1ba7bef8d8
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx');
|
||||||
require('./install-scratch.scss');
|
require('./install-scratch.scss');
|
||||||
|
|
||||||
const downloadUrls = {
|
const downloadUrls = {
|
||||||
mac: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.6.0.dmg',
|
mac: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.10.2.dmg',
|
||||||
win: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.9.0.exe',
|
win: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.10.2.exe',
|
||||||
googlePlayStore: 'https://play.google.com/store/apps/details?id=org.scratch',
|
googlePlayStore: 'https://play.google.com/store/apps/details?id=org.scratch',
|
||||||
microsoftStore: 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge',
|
microsoftStore: 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge',
|
||||||
macAppStore: 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12'
|
macAppStore: 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12'
|
||||||
|
|
Loading…
Reference in a new issue