From a4c6775968f0574a3b7e732a97ef73b096914d91 Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Wed, 14 Nov 2018 09:52:07 -0800 Subject: [PATCH] Update offline versions (#1635) --- 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 e83c5b75..c724f3bb 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.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" }); }