Skip to content

Commit

Permalink
update amm wasm (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo authored Dec 2, 2024
1 parent 130efcc commit 99f5b32
Show file tree
Hide file tree
Showing 7 changed files with 746 additions and 80 deletions.
2 changes: 1 addition & 1 deletion dist/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.dot
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<script type="text/javascript" src="src/store-ext.js"></script>
<script type="text/javascript" src="src/actions-ext.js"></script>
{{ } else { }}
<script type="text/javascript" src="dist/app.min.js?v=2.4.18"></script>
<script type="text/javascript" src="dist/app.min.js?v=2.4.19"></script>
{{ } }}

</head>
Expand Down
2 changes: 1 addition & 1 deletion src/store-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NetsBloxSerializer.uber = SnapSerializer.prototype;
SnapSerializer.prototype.isSavingHistory = true;

NetsBloxSerializer.prototype.appName = 'NetsBlox';
NetsBloxSerializer.prototype.version = '2.4.18';
NetsBloxSerializer.prototype.version = '2.4.19';
NetsBloxSerializer.prototype.app = NetsBloxSerializer.prototype.appName + ' ' +
NetsBloxSerializer.prototype.version + ', http://netsblox.org';

Expand Down
Loading

0 comments on commit 99f5b32

Please sign in to comment.