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 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
83
* v11-rc10
84
+ * v11.0.0 major release
84
85
85
86
### 2025-08-28
86
87
* 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-rc10 ' ;
94
+ var SnapVersion = '11.0.0 ' ;
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-rc10 ' ,
3
+ var snapVersion = '11.0.0 ' ,
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