diff --git a/HISTORY.md b/HISTORY.md index 20d552305..f00c8ca8c 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +2,13 @@ ## in development: +## 10.1.7: +* **Notable Fixes:** + * fixed a BlockSymbolMorph getRenderColor() null case glitch + ### 2024-09-19 * objects: fixed a BlockSymbolMorph getRenderColor() null case glitch +* prepared v10.1.7 patch ## 10.1.6: * **Notable Fixes:** diff --git a/snap.html b/snap.html index abb28b3d6..d7a757e97 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 02caa050a..eb50f5fa5 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-October-18'; +modules.gui = '2024-October-19'; // Declarations -var SnapVersion = '10.1.6'; +var SnapVersion = '10.1.7'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 2f9b086b9..7c60fe774 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /*global self, caches*/ /*jshint esversion: 6*/ -var snapVersion = '10.1.6', +var snapVersion = '10.1.7', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',