Skip to content

Commit

Permalink
v9-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 12, 2023
1 parent dc09694 commit e8db7b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
* blocks: confine the red drop-target halo of multi-slots to the boundaries of its arrows / arity controls
* blocks, threads: renamed "values" list selector to "uniques"
* German translation update for "uniques" selector
* v9-rc7

### 2023-07-11
* blocks, symbols, gui: design overhaul of variadic input slots
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-07-12"></script>
<script src="src/objects.js?version=2023-07-05"></script>
<script src="src/scenes.js?version=2022-10-25"></script>
<script src="src/gui.js?version=2023-07-11"></script>
<script src="src/gui.js?version=2023-07-12"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2023-07-05"></script>
<script src="src/byob.js?version=2023-07-07"></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-July-11';
modules.gui = '2023-July-12';

// Declarations

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

0 comments on commit e8db7b0

Please sign in to comment.