From 991813fff7ab39414508b2602caa8ca6e1972da6 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 23 Oct 2019 11:22:30 -0700 Subject: [PATCH] update elecron version to 1.2.26 (#953) --- docs/offline-app.html | 4 ++-- targetconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/offline-app.html b/docs/offline-app.html index c0a2ae11..6565b0ed 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.2.22/win64"); + window.open("https://makecode.com/api/release/ev3/v1.2.26/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.2.22/mac64"); + window.open("https://makecode.com/api/release/ev3/v1.2.26/mac64"); tickEvent("offlineapp.download", { "target": "ev3", "platform": "mac64" }); } diff --git a/targetconfig.json b/targetconfig.json index aaa01a00..c2fdaf7d 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -27,6 +27,6 @@ "Tutorial Videos": "videos" }, "electronManifest": { - "latest": "v1.2.22" + "latest": "v1.2.26" } }