Skip to content

Commit

Permalink
new dev version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jan 24, 2025
1 parent 0cb04fd commit 793c523
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 @@ -4,6 +4,7 @@

### 2025-01-24
* blocks, objects, threads: special cased RANDOM reporter's input slots to evaluate as String instead of Number, hopefully fixes some extension issues, e.g. Hummingbird
* new dev version for testing

## 10.4.2:
* **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=2025-01-24"></script>
<script src="src/objects.js?version=2025-01-24"></script>
<script src="src/scenes.js?version=2024-05-28"></script>
<script src="src/gui.js?version=2025-01-23"></script>
<script src="src/gui.js?version=2025-01-24"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2025-01-07"></script>
<script src="src/byob.js?version=2024-12-18"></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 @@ HatBlockMorph*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2025-January-23';
modules.gui = '2025-January-24';

// Declarations

var SnapVersion = '10.4.2';
var SnapVersion = '10.4.3-dev';

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

0 comments on commit 793c523

Please sign in to comment.