Releasing v1.2.13 as a offline-app (#1779)

Download page update.
This commit is contained in:
Abhijith Chatra
2019-01-03 15:51:55 -08:00
committed by GitHub
parent bac93dfc58
commit db583f14e3

View File

@ -388,12 +388,12 @@
} }
function downloadWin64() { function downloadWin64() {
// TODO: Keep this link up-to-date with the desired release version // TODO: Keep this link up-to-date with the desired release version
window.open("https://makecode.com/api/release/microbit/v1.2.7/win64"); window.open("https://makecode.com/api/release/microbit/v1.2.13/win64");
tickEvent("offlineapp.download", { "target": "microbit", "platform": "win64" }); tickEvent("offlineapp.download", { "target": "microbit", "platform": "win64" });
} }
function downloadMac64() { function downloadMac64() {
// TODO: Keep this link up-to-date with the desired release version // TODO: Keep this link up-to-date with the desired release version
window.open("https://makecode.com/api/release/microbit/v1.2.7/mac64"); window.open("https://makecode.com/api/release/microbit/v1.2.13/mac64");
tickEvent("offlineapp.download", { "target": "microbit", "platform": "mac64" }); tickEvent("offlineapp.download", { "target": "microbit", "platform": "mac64" });
} }
</script> </script>