From 44b3c75ceacf767e12919a82c9045a645552362a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 19 Jul 2022 09:13:21 +0200 Subject: [PATCH] updated sw.js with new libraries --- HISTORY.md | 1 + sw.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4c5213f6..473675ae 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -61,6 +61,7 @@ ### 2022-07-19 * new "Jamet" costumes, thanks, Meghan and Brian! * updated sw.js with new costumes +* updated sw.js with new libraries ### 2022-07-18 * German translation update: Changed translation of "point in direction" to "setze Richtung auf ... Grad" diff --git a/sw.js b/sw.js index dc5cc442..31e319a8 100644 --- a/sw.js +++ b/sw.js @@ -88,6 +88,7 @@ var snapVersion = '8.0.0-dev-220719', 'libraries/bbtSnapExtension.js', 'libraries/cases.xml', 'libraries/colors.xml', + 'libraries/crayons.xml', 'libraries/Eisenbergification.xml', 'libraries/frequency_distribution_module.xml', 'libraries/httpBlocks.xml', @@ -99,6 +100,7 @@ var snapVersion = '8.0.0-dev-220719', 'libraries/localstorage_module.xml', 'libraries/make-variables.xml', 'libraries/maps_module.xml', + 'libraries/menu_module', 'libraries/mqttExtension.js', 'libraries/mqtt.js', 'libraries/mqtt.xml',