diff --git a/docs/offline-app.html b/docs/offline-app.html index 59f81ebd..2ff4a46a 100644 --- a/docs/offline-app.html +++ b/docs/offline-app.html @@ -14,7 +14,7 @@ } .ui.grid { - background: rgb(170, 39, 143)!important; + background: rgb(170, 39, 143) !important; } .ui.inverted.content { @@ -388,9 +388,14 @@ } function downloadWin64() { // TODO: Keep this link up-to-date with the desired release version - window.open("https://makecode.com/api/release/ev3/v0.3.6/win64"); + window.open("https://makecode.com/api/release/ev3/v0.4.2/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"); + tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" }); + } @@ -421,7 +426,7 @@ MICROSOFT PRE-RELEASE SOFTWARE LICENSE TERMS

- MICROSOFT MAKECODE SOFTWARE FOR LEGO MINDSTORMS EDUCATION EV3 + MICROSOFT MAKECODE FOR LEGO MINDSTORMS EDUCATION EV3

@@ -768,6 +773,11 @@ makecode-ev3-setup-win64.exe +

Mac OS

+ diff --git a/targetconfig.json b/targetconfig.json index fc1403b3..41cb6097 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -15,6 +15,6 @@ "Maker": "maker" }, "electronManifest": { - "latest": "v0.3.6" + "latest": "v0.4.2" } }