Skip to content

Commit 53707ff

Browse files
committed
prepared v11.0.0 major release
1 parent de9ebd3 commit 53707ff

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
@@ -81,6 +81,7 @@
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

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

0 commit comments

Comments
 (0)