diff --git a/HISTORY.md b/HISTORY.md index 1b049b65aa..f896e8ba5f 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,14 @@ # Snap! (BYOB) History ## in development: + +## 9.0.10: * **Notable Fixes:** * fixed localizing blocks search and keyboard entry, thanks, Oliver, for the bug report! 2023-11-02 * objects: fixed localizing blocks search and keyboard entry, thanks, Oliver, for the bug report! +* prepared v9.0.10 patch ## 9.0.9: * **Notable Fixes:** diff --git a/snap.html b/snap.html index 177cfd4afe..06c9db2c07 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 1e7140e23f..dff710d25c 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2023-October-30'; +modules.gui = '2023-November-02'; // Declarations -var SnapVersion = '9.0.9'; +var SnapVersion = '9.0.10'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 0f609fdb28..f1984ead91 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.0.9', +var snapVersion = '9.0.10', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',