File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 80
80
* blocks, threads: made "my scripts" attribute settable (to a list of scripts)
81
81
* German translation update (for "my scripts")
82
82
* updated Neural Networks library with a reporter that generates a perceptron/hidden layer sprite
83
+ * v11-rc10
83
84
84
85
### 2025-08-28
85
86
* German translation update
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ modules.gui = '2025-August-29';
91
91
92
92
// Declarations
93
93
94
- var SnapVersion = '11-rc9 ' ;
94
+ var SnapVersion = '11-rc10 ' ;
95
95
96
96
var IDE_Morph ;
97
97
var ProjectDialogMorph ;
Original file line number Diff line number Diff line change 1
1
/*global self, caches*/
2
2
/*jshint esversion: 6*/
3
- var snapVersion = '11-rc9 ' ,
3
+ var snapVersion = '11-rc10 ' ,
4
4
cacheName = `snap-pwa-${ snapVersion } ` ,
5
5
filesToCache = [
6
6
'snap.html' ,
You can’t perform that action at this time.
0 commit comments