Skip to content

Commit e6d096c

Browse files
committed
prepared v11.0.8 patch
1 parent 01187f9 commit e6d096c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snap! (BYOB) History
22

3-
## in development:
3+
## 11.0.8:
44
* **Notable Changes:**
55
* added "all" option to "letter ... of ... " block, reports a list with all letters, same as "split ... by letter"
66
* **Notable Fixes:**
@@ -12,6 +12,7 @@
1212
* blocks, threads: added "all" option to "letter ... of ... " block, reports a list with all letters, same as "split ... by letter"
1313
* lists: coerce text-numbers to JavaScript numbers when stringifying a list to JSON, fixes double entries for "distribution" and "uniques" of nested lists
1414
* objects: fixed an internal migration bug for old blocks that have since added additional input slots with default values
15+
* prepared v11.0.8 patch
1516

1617
## 11.0.7:
1718
* **Notable Fixes:**

src/gui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ modules.gui = '2025-October-23';
9191

9292
// Declarations
9393

94-
var SnapVersion = '11.1-dev';
94+
var SnapVersion = '11.0.8';
9595

9696
var IDE_Morph;
9797
var ProjectDialogMorph;

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*global self, caches*/
22
/*jshint esversion: 6*/
3-
var snapVersion = '11.1-dev',
3+
var snapVersion = '11.0.8',
44
cacheName = `snap-pwa-${snapVersion}`,
55
filesToCache = [
66
'snap.html',

0 commit comments

Comments
 (0)