From 1ba7bef8d80da42a46e77cb19ea79d3eed43d6fe Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 4 May 2020 11:20:48 -0700 Subject: [PATCH] release Scratch Desktop 3.10.2 --- src/components/install-scratch/install-scratch.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/install-scratch/install-scratch.jsx b/src/components/install-scratch/install-scratch.jsx index 00b005444..70acc8185 100644 --- a/src/components/install-scratch/install-scratch.jsx +++ b/src/components/install-scratch/install-scratch.jsx @@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx'); require('./install-scratch.scss'); const downloadUrls = { - mac: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.6.0.dmg', - win: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.9.0.exe', + mac: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.10.2.dmg', + 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', microsoftStore: 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge', macAppStore: 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12'