Skip to content

Commit

Permalink
prepared v10.1.3 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Oct 13, 2024
1 parent af4f4ee commit e232916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## in development:

## 10.1.3:
* **Notable Fixes:**
* fixed a dictionary lookup glitch for custom block categories

### 2024-09-13
* objects, gui: fixed a dictionary lookup glitch for custom block categories
* prepared v10.1.3 patch

## 10.1.2:
* **Notable Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modules.gui = '2024-October-13';

// Declarations

var SnapVersion = '10.1.2';
var SnapVersion = '10.1.3';

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,6 +1,6 @@
/*global self, caches*/
/*jshint esversion: 6*/
var snapVersion = '10.1.2',
var snapVersion = '10.1.3',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit e232916

Please sign in to comment.