From 06aeca228afbb38b06d25bf42a537606fbd3a75d Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Thu, 6 Dec 2018 10:15:40 -0800 Subject: [PATCH] Updating offline-app.html to right version (#833) --- docs/offline-app.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/offline-app.html b/docs/offline-app.html index 7cb9f184..301d4047 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/v1.0.8/win64"); + window.open("https://makecode.com/api/release/ev3/v1.0.11/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/v1.0.8/mac64"); + window.open("https://makecode.com/api/release/ev3/v1.0.11/mac64"); tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" }); }