diff --git a/HISTORY.md b/HISTORY.md
index d5385c52c..360d141e1 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,10 @@
## in development:
+## 10.4.4:
+* **Notable Fixes:**
+ * fixed alphanumeric input slot evaluation for list accessors
+
## 10.4.3:
* **Notable Fixes:**
* special cased RANDOM reporter's input slots to evaluate as String instead of Number, fixes some extension issues, e.g. Hummingbird
diff --git a/snap.html b/snap.html
index ebffc9396..0ea2eb701 100755
--- a/snap.html
+++ b/snap.html
@@ -16,11 +16,11 @@
-
+
-
+
diff --git a/src/gui.js b/src/gui.js
index d029f18aa..7cf5c3138 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -91,7 +91,7 @@ modules.gui = '2025-January-24';
// Declarations
-var SnapVersion = '10.4.3';
+var SnapVersion = '10.4.4';
var IDE_Morph;
var ProjectDialogMorph;
diff --git a/sw.js b/sw.js
index 236244979..67a65a06a 100644
--- a/sw.js
+++ b/sw.js
@@ -1,6 +1,6 @@
/*global self, caches*/
/*jshint esversion: 6*/
-var snapVersion = '10.4.3',
+var snapVersion = '10.4.4',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',