From 2a1dc96c0ffbbdb8df2f616237164cb9b74a84b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 20 Aug 2024 09:36:00 +0200 Subject: [PATCH] prepared v10.0.5 patch --- HISTORY.md | 3 +++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9f7439acd..dd28a44d6 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,14 @@ # Snap! (BYOB) History ## in development: + +## 10.0.5: * **Notable Fixes:** * fixed querying the pixels of an empty costume ### 2024-08-20 * objects: fixed querying the pixels of an empty costume +* prepared v10.0.5 patch ## 10.0.4: * **Notable Changes:** diff --git a/snap.html b/snap.html index e3aeef914..72afd32f2 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 978894ca2..5902e5d3d 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-August-16'; +modules.gui = '2024-August-20'; // Declarations -var SnapVersion = '10.0.4'; +var SnapVersion = '10.0.5'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 75f1549f8..18f335835 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10.0.4', +var snapVersion = '10.0.5', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',