From f72a9d29f8bf6f372956c05e708fdca972f68da9 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 16 Sep 2021 10:49:29 +0100 Subject: [PATCH] recommend firmware 2v10 --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index e0e1399b1..6528ffc98 100644 --- a/loader.js +++ b/loader.js @@ -11,7 +11,7 @@ if (window.location.host=="banglejs.com") { 'This is not the official Bangle.js App Loader - you can try the Official Version here.'; } -var RECOMMENDED_VERSION = "2v09"; +var RECOMMENDED_VERSION = "2v10"; // could check http://www.espruino.com/json/BANGLEJS.json for this (function() {