Skip to content

Commit

Permalink
prepared v9.0.10 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Nov 2, 2023
1 parent 9a8be4c commit a7f83ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Snap! (BYOB) History

## in development:

## 9.0.10:
* **Notable Fixes:**
* fixed localizing blocks search and keyboard entry, thanks, Oliver, for the bug report!

2023-11-02
* objects: fixed localizing blocks search and keyboard entry, thanks, Oliver, for the bug report!
* prepared v9.0.10 patch

## 9.0.9:
* **Notable Fixes:**
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=2023-10-20"></script>
<script src="src/objects.js?version=2023-11-02"></script>
<script src="src/scenes.js?version=2022-10-25"></script>
<script src="src/gui.js?version=2023-10-30"></script>
<script src="src/gui.js?version=2023-11-02"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2023-07-18"></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 = '2023-October-30';
modules.gui = '2023-November-02';

// Declarations

var SnapVersion = '9.0.9';
var SnapVersion = '9.0.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.0.9',
var snapVersion = '9.0.10',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit a7f83ab

Please sign in to comment.