diff --git a/HISTORY.md b/HISTORY.md index 13aade81ee..ea1478ed89 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,10 @@ # Snap! (BYOB) History ## in development: + +## 9.0.14: * **Notable Fixes:** - * fixed 'distribution' and 'unique' list selectors support for nested atomic lists + * fixed 'distribution' and 'uniques' list selectors support for nested atomic lists * **Translation Updates:** * Spanish, thanks, David Martín! * Chinese, thanks, moodykeke! @@ -13,6 +15,7 @@ * threads: fixed 'uniques' list selector support for nested atomic lists * Spanish translation update, thanks, David Martín! * Chinese translation update, thanks, moodykeke! +* prepared v9.0.14 patch ## 9.0.13: * **Notable Fixes:** diff --git a/src/gui.js b/src/gui.js index 9111ed6681..d014c88ca5 100644 --- a/src/gui.js +++ b/src/gui.js @@ -91,7 +91,7 @@ modules.gui = '2023-November-21'; // Declarations -var SnapVersion = '9.0.14-dev'; +var SnapVersion = '9.0.14'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 2d2dd1d0b7..5decd94fe3 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.0.14-dev', +var snapVersion = '9.0.14', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',