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',