From be87c437a450d31c4287b7c1042ebec7dff5e79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 9 Aug 2024 11:30:00 +0200 Subject: [PATCH] prepared v10.0.2 patch --- HISTORY.md | 4 ++++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0f053eb16..065e1ec0c 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,12 +1,16 @@ # Snap! (BYOB) History ## in development: + +## 10.0.2: * **Notable Fixes:** * allow assigning non-catalog selectors to custom block definitions (doesn't make sense, but people do it anyway...) * SciSnap3: fixed a color channel typo in the variadic color reporter ### 2024-08-09 * byob: allow assigning non-catalog selectors to custom block definitions (doesn't make sense, but people do it anyway...) +* SciSnap3: fixed a color channel typo in the variadic color reporter +* prepared v10.0.2 patch ## 10.0.1: * **Notable Changes:** diff --git a/snap.html b/snap.html index ddee93f1a..ffdfee055 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 0508d9d69..431c469fa 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-August-08'; +modules.gui = '2024-August-09'; // Declarations -var SnapVersion = '10.0.1'; +var SnapVersion = '10.0.2'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index a8499e0f7..da628ad3b 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10.0.1', +var snapVersion = '10.0.2', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',