Skip to content

Commit

Permalink
prepared v9.0.14 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Nov 21, 2023
1 parent e0ed4de commit 42ab755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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!
Expand All @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '9.0.14-dev',
var snapVersion = '9.0.14',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 42ab755

Please sign in to comment.