Skip to content

Commit

Permalink
v10-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 24, 2024
1 parent 99a4890 commit bb3bcab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
* gui: added credits for ego-lay-atman-bay
* v10-rc6
* reverted piano keyboard behavior
* v10-rc7

### 2024-07-22
* edited help screen for doDeleteBlock, converted to PNG, reduced file size
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-July-24';

// Declarations

var SnapVersion = '10-rc6';
var SnapVersion = '10-rc7';

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 = '10-rc6',
var snapVersion = '10-rc7',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit bb3bcab

Please sign in to comment.