Updating offline docs to new release 1.0.8 (#808)

This commit is contained in:
Abhijith Chatra 2018-09-26 16:26:35 -07:00 committed by GitHub
parent 31067dcef8
commit f27d13f88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/ev3/v0.4.2/win64"); window.open("https://makecode.com/api/release/ev3/v1.0.8/win64");
tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" }); tickEvent("offlineapp.download", { "target": "ev3", "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/ev3/v0.4.2/mac64"); window.open("https://makecode.com/api/release/ev3/v1.0.8/mac64");
tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" }); tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" });
} }
</script> </script>