diff --git a/HISTORY.md b/HISTORY.md
index 0bc4538751..e5aa75a677 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,9 @@
## in development:
+2024-01-18
+* new dev version for v9.2.2
+
## 9.2.1:
* **New Features:**
* experimental "dta_zip(list)" extension primitive
diff --git a/snap.html b/snap.html
index 2421724e2c..8b73856a75 100755
--- a/snap.html
+++ b/snap.html
@@ -20,7 +20,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index d6bdf6222f..4c7def786e 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2024-January-15';
+modules.gui = '2024-January-18';
// Declarations
-var SnapVersion = '9.2.1';
+var SnapVersion = '9.2.2-dev';
var IDE_Morph;
var ProjectDialogMorph;
diff --git a/sw.js b/sw.js
index 21a9dd236a..73817ae497 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-var snapVersion = '9.2.1',
+var snapVersion = '9.2.2-dev',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',