diff --git a/docs/offline-app.html b/docs/offline-app.html
index 96ce25f9..fab717b2 100644
--- a/docs/offline-app.html
+++ b/docs/offline-app.html
@@ -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/ev3/v0.4.2/win64");
+ window.open("https://makecode.com/api/release/ev3/v1.0.8/win64");
tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" });
}
function downloadMac64() {
// 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" });
}
@@ -794,4 +794,4 @@