Skip to content

Commit

Permalink
prepared v9.2.10 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Mar 1, 2024
1 parent 55f304e commit 842eadf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## in development:

2024-02-23
## 9.2.10:
* fixed #3322

2024-03-01
* morphic: fixed #3322
* prepared v9.2.10 patch

## 9.2.9:
* **New Features:**
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="src/threads.js?version=2024-01-15"></script>
<script src="src/objects.js?version=2024-01-15"></script>
<script src="src/scenes.js?version=2022-10-29"></script>
<script src="src/gui.js?version=2024-02-23"></script>
<script src="src/gui.js?version=2024-03-01"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2024-01-10"></script>
<script src="src/byob.js?version=2023-07-14"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2024-February-23';
modules.gui = '2024-March-01';

// Declarations

var SnapVersion = '9.2.9';
var SnapVersion = '9.2.10';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '9.2.9',
var snapVersion = '9.2.10',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 842eadf

Please sign in to comment.