diff --git a/HISTORY.md b/HISTORY.md
index 7eb4bafa..18fd6430 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -21,6 +21,9 @@
* **Translation Updates:**
* German
+### 2021-02-14
+* fixed transcription typos in strideTranspose(), thanks, Brian!
+
### 2021-02-13
* blocks, threads, lists: distinguish between "columns" (<3D) and (deep) "transpose"
* byob: fixed a bug for showing the senders of a message
diff --git a/snap.html b/snap.html
index 5aa2b30c..5cf1189d 100755
--- a/snap.html
+++ b/snap.html
@@ -13,7 +13,7 @@
-
+
diff --git a/src/lists.js b/src/lists.js
index 75444a6d..3c3a8f35 100644
--- a/src/lists.js
+++ b/src/lists.js
@@ -63,7 +63,7 @@ MorphicPreferences, TableDialogMorph, SpriteBubbleMorph, SpeechBubbleMorph,
TableFrameMorph, TableMorph, Variable, isSnapObject, Costume, contains, detect,
ZERO, WHITE*/
-modules.lists = '2021-February-13';
+modules.lists = '2021-February-14';
var List;
var ListWatcherMorph;