From f8524cf1a7e6da0ffb98c0a8e93be46f20336821 Mon Sep 17 00:00:00 2001
From: Guillaume Jenkins
Date: Fri, 13 Jul 2018 16:10:01 -0400
Subject: [PATCH] Release app 0.4.2 (#742)
* Add MacOS download link and update Windows download link
* Update electron manifest to latest app
---
docs/offline-app.html | 16 +++++++++++++---
targetconfig.json | 2 +-
2 files changed, 14 insertions(+), 4 deletions(-)
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"
}
}