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 8181* German translation update (for "my scripts")
8282* updated Neural Networks library with a reporter that generates a perceptron/hidden layer sprite
8383* v11-rc10
84+ * v11.0.0 major release
8485
8586### 2025-08-28
8687* German translation update
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ modules.gui = '2025-August-29';
9191
9292// Declarations
9393
94- var SnapVersion = '11-rc10 ' ;
94+ var SnapVersion = '11.0.0 ' ;
9595
9696var IDE_Morph ;
9797var ProjectDialogMorph ;
Original file line number Diff line number Diff line change 11/*global self, caches*/
22/*jshint esversion: 6*/
3- var snapVersion = '11-rc10 ' ,
3+ var snapVersion = '11.0.0 ' ,
44 cacheName = `snap-pwa-${ snapVersion } ` ,
55 filesToCache = [
66 'snap.html' ,
You can’t perform that action at this time.
0 commit comments