From 8914b57143ff547492683bc7defe3bc19f42f0d0 Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Fri, 14 Jun 2019 14:13:20 -0700 Subject: [PATCH] Updating offline reference to 2.0.3 (#2212) --- 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 2ac3862c..08a52bea 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/microbit/v1.2.13/win64"); + window.open("https://makecode.com/api/release/microbit/v2.0.3/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.2.13/mac64"); + window.open("https://makecode.com/api/release/microbit/v2.0.3/mac64"); tickEvent("offlineapp.download", { "target": "microbit", "platform": "mac64" }); }