From fec860fd1f29237c4f426b494e106f44f0d3a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 17 Apr 2024 14:35:32 +0200 Subject: [PATCH] prepared v9.2.15 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 6888234221..64b04d6f4d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Snap! (BYOB) History ## in development: + +## 9.2.15: * **Notable Changes:** * Removed "∑" from list properties menu * **Notable Fixes:** @@ -18,6 +20,7 @@ * fixed another spelling glitch in the Danish translation * Dutch translation update, thanks, Nykki Rusticus! * blocks: Removed "∑" from list properties menu (commented out for backwards compatibility) +* prepared v9.2.15 patch ## 9.2.14: * **New Features:** diff --git a/src/gui.js b/src/gui.js index 03661b1429..f4c6a7c32c 100644 --- a/src/gui.js +++ b/src/gui.js @@ -91,7 +91,7 @@ modules.gui = '2024-April-17'; // Declarations -var SnapVersion = '9.2.15-dev'; +var SnapVersion = '9.2.15'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 51274a7005..5fb1d7d421 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.2.15-dev', +var snapVersion = '9.2.15', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',