diff --git a/HISTORY.md b/HISTORY.md index feeb223f6..b83d04dda 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +2,13 @@ ## in development: +## 10.3.3: +* **Translation Updates:** + * Japanese and Spanish + ### 2024-12-12 * Japanese and Spanish translation fixes +* prepared v10.3.3 patch ## 10.3.2: * **Translation Updates:** diff --git a/snap.html b/snap.html index 25e17afc4..55508423b 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 399b9fa62..3d456df78 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ HatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-December-09'; +modules.gui = '2024-December-12'; // Declarations -var SnapVersion = '10.3.2'; +var SnapVersion = '10.3.3'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index a710c373e..1c055807c 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /*global self, caches*/ /*jshint esversion: 6*/ -var snapVersion = '10.3.2', +var snapVersion = '10.3.3', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',