From 9635bdb2f4f999f24282babdaad6c36abd985938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 23 Feb 2024 14:22:42 +0100 Subject: [PATCH] prepared v9.2.9 patch --- HISTORY.md | 3 +++ src/gui.js | 2 +- sw.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 164a94c460..cb2826561d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: + +## 9.2.9: * **New Features:** * new "preserveTitle" API configuration, thanks, Bernat! * new "hideProjects" API configuration switch, hides / shows the project menu button in the tool bar @@ -14,6 +16,7 @@ * gui: hide the project menu when "noImports" API configuration is switched on * new: new "hideProjects" API configuration switch, hides / shows the project menu button in the tool bar * new: new "hideSettings" API configuration switch, hides / shows the settings menu button in the tool bar +* prepared v9.2.9 patch 2024-02-22 * new dev version for v9.2.9 diff --git a/src/gui.js b/src/gui.js index 52d2487bc2..178edee7fa 100644 --- a/src/gui.js +++ b/src/gui.js @@ -91,7 +91,7 @@ modules.gui = '2024-February-23'; // Declarations -var SnapVersion = '9.2.9-dev'; +var SnapVersion = '9.2.9'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index d3065cab4b..4a8402ea3a 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.2.9-dev', +var snapVersion = '9.2.9', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',