Update offline versions (#1635)

This commit is contained in:
Abhijith Chatra 2018-11-14 09:52:07 -08:00 committed by GitHub
parent 0b44a8c00c
commit a4c6775968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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