Skip to content

Commit

Permalink
v9-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 12, 2023
1 parent 2a7b56b commit abdcb1e
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 @@ -85,6 +85,7 @@
* blocks: changed the semantics of empty list-type slots to return a new empty list instead of "nothing"
* threads: made "distribution" list selector case-sensitivity setting aware
* threads: optimized "uniques" list selector for atomic data sets (e.g. CSVs)
* v9-rc8

### 2023-07-11
* blocks, symbols, gui: design overhaul of variadic input slots
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 = '2023-July-12';

// Declarations

var SnapVersion = '9.0.0-rc7';
var SnapVersion = '9.0.0-rc8';

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

0 comments on commit abdcb1e

Please sign in to comment.