From 6739571cb0bad77402956eaa237ee959080db745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Thu, 23 Jan 2025 18:19:20 +0100 Subject: [PATCH] prepared v10.4.2 patch --- HISTORY.md | 8 ++++++++ src/gui.js | 2 +- sw.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 44de984e5..805fffe65 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ ## in development: +## 10.4.1: +* **Notable Fixes:** + * fixed a syntax error in the Greek translation file + +### 2025-01-23 +* fixed a syntax error in the Greek translation file +* prepared v10.4.2 patch + ## 10.4.1: * **Notable Fixes:** * fixed backup mechanism when creating a new project over an unsaved one diff --git a/src/gui.js b/src/gui.js index 08ba5e021..a3d73b13a 100644 --- a/src/gui.js +++ b/src/gui.js @@ -91,7 +91,7 @@ modules.gui = '2025-January-23'; // Declarations -var SnapVersion = '10.4.1'; +var SnapVersion = '10.4.2'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 45639288c..dc2b59236 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /*global self, caches*/ /*jshint esversion: 6*/ -var snapVersion = '10.4.1', +var snapVersion = '10.4.2', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',