From 892dc4b7ab649c40677b004b596adb48cfdec344 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 14 Sep 2020 23:16:30 +0200 Subject: [PATCH] updated version history --- HISTORY.md | 1 + snap.html | 2 +- src/byob.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 73380e48..3cbf37bd 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -20,6 +20,7 @@ ### 2020-09-14 * blocks: fixed "redrop" (redo) +* byob: consolidated custon block definition update counter, thanks, Brian B.! ### 2020-09-12 * morphic: don't auto-translate ListMorph items diff --git a/snap.html b/snap.html index cc2e1535..71aa20fa 100755 --- a/snap.html +++ b/snap.html @@ -14,7 +14,7 @@ - + diff --git a/src/byob.js b/src/byob.js index 3cdab55b..4467233a 100644 --- a/src/byob.js +++ b/src/byob.js @@ -107,7 +107,7 @@ WatcherMorph, Variable, BooleanSlotMorph, XML_Serializer, SnapTranslator*/ // Global stuff //////////////////////////////////////////////////////// -modules.byob = '2020-September-04'; +modules.byob = '2020-September-14'; // Declarations