Skip to content

Commit

Permalink
prepared v9.2.14 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Apr 5, 2024
1 parent af95b79 commit 1dc5a9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Snap! (BYOB) History

## in development:

## 9.2.14:
* **New Features:**
* new Σ selector for ssum() of a list: recursive sum of all number leafs
* **Translation Updates:**
Expand All @@ -10,6 +12,7 @@
* new dev version for v9.2.14
* blocks, threads, lists: added Σ selector for ssum() to the list attributes dropdown
* Tigrinya translation update, thanks, Tesfaldet Negash!
* prepared v9.2.14 patch

## 9.2.13:
* fixed "my solutions" reporter for puzzle scripts without comments
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 = '2024-April-05';

// Declarations

var SnapVersion = '9.2.14-dev';
var SnapVersion = '9.2.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.2.14-dev',
var snapVersion = '9.2.14',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 1dc5a9f

Please sign in to comment.