From 5516d041d6c6eecf5b678f0cea2e08771bac5fb7 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Fri, 22 Jun 2018 17:52:17 -0400 Subject: [PATCH] Enable offline download page (#733) * Enable offline download page * avoid clashing with docs --- ...f8cfc0-7849-47dd-a6d5-1b3ef05a5780.html => offline-app.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{c6f8cfc0-7849-47dd-a6d5-1b3ef05a5780.html => offline-app.html} (99%) diff --git a/docs/c6f8cfc0-7849-47dd-a6d5-1b3ef05a5780.html b/docs/offline-app.html similarity index 99% rename from docs/c6f8cfc0-7849-47dd-a6d5-1b3ef05a5780.html rename to docs/offline-app.html index 75e7564a..eff18692 100644 --- a/docs/c6f8cfc0-7849-47dd-a6d5-1b3ef05a5780.html +++ b/docs/offline-app.html @@ -388,7 +388,7 @@ } function downloadWin64() { // TODO: Keep this link up-to-date with the desired release version - window.open("https://makecode.com/api/release/ev3/v0.3.2/win32"); + window.open("https://makecode.com/api/release/ev3/v0.3.6/win32"); tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" }); }