diff --git a/HISTORY.md b/HISTORY.md index c5214e881..1670d6cdd 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,7 @@ 2024-03-01 * blocks: fixed #3329 +* prepared v9.2.11 patch ## 9.2.10: * fixed #3322 diff --git a/snap.html b/snap.html index accb31bda..54eb795ab 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 649c371d1..49f0ab452 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-March-01'; +modules.gui = '2024-March-16'; // Declarations -var SnapVersion = '9.2.10'; +var SnapVersion = '9.2.11'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index cdd183f28..0677e5942 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.2.10', +var snapVersion = '9.2.11', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',