Skip to content

Commit e5bf384

Browse files
committed
prepared v11.0.2 patch
1 parent 36a9507 commit e5bf384

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
## in development:
44

5+
## 11.0.2:
6+
* **Notable Changes:**
7+
* MQTT library update, thanks, Simon!
8+
* **Notable Fixes:**
9+
* fixed a missing edge case when specifying default values for numerical input slots
10+
* show cloud message when saving a project, thanks, Bernat!
11+
512
### 2025-09-10
613
* widgets: fixed a missing edge case when specifying default values for numerical input slots
7-
* gui: show cloud message when saving a project, thanks, Bernat!
14+
* gui: show cloud message when saving a project, thanks, Bernat!
15+
* MQTT library update, thanks, Simon!
16+
* prepared v11.0.2 patch
817

918
## 11.0.1:
1019
* **Notable Changes:**

src/gui.js

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

9292
// Declarations
9393

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

0 commit comments

Comments
 (0)