From 842eadf128d89ea70d131f81bf1cac01256b96db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 1 Mar 2024 19:30:04 +0100 Subject: [PATCH] prepared v9.2.10 patch --- HISTORY.md | 6 +++++- snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d860db18c4..5bfa819a41 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +2,12 @@ ## in development: -2024-02-23 +## 9.2.10: + * fixed #3322 + +2024-03-01 * morphic: fixed #3322 +* prepared v9.2.10 patch ## 9.2.9: * **New Features:** diff --git a/snap.html b/snap.html index f44cf2d716..ab3df0aa58 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 178edee7fa..649c371d1a 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-February-23'; +modules.gui = '2024-March-01'; // Declarations -var SnapVersion = '9.2.9'; +var SnapVersion = '9.2.10'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 4a8402ea3a..cdd183f28d 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.2.9', +var snapVersion = '9.2.10', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',