Skip to content

Commit de9ebd3

Browse files
committed
v11-rc10
1 parent cad11a6 commit de9ebd3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
* blocks, threads: made "my scripts" attribute settable (to a list of scripts)
8181
* German translation update (for "my scripts")
8282
* updated Neural Networks library with a reporter that generates a perceptron/hidden layer sprite
83+
* v11-rc10
8384

8485
### 2025-08-28
8586
* German translation update

src/gui.js

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

9292
// Declarations
9393

94-
var SnapVersion = '11-rc9';
94+
var SnapVersion = '11-rc10';
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-rc9',
3+
var snapVersion = '11-rc10',
44
cacheName = `snap-pwa-${snapVersion}`,
55
filesToCache = [
66
'snap.html',

0 commit comments

Comments
 (0)