Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Jan 2, 2025
1 parent 0553f9d commit 3b53829
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.5.1"></script>
<script type="text/javascript" src="dist/app.min.js?v=2.5.2"></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.5.1';
NetsBloxSerializer.prototype.version = '2.5.2';
NetsBloxSerializer.prototype.app = NetsBloxSerializer.prototype.appName + ' ' +
NetsBloxSerializer.prototype.version + ', http://netsblox.org';

Expand Down
2 changes: 1 addition & 1 deletion src/websockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function snapify(x) {
}
return new List(res);
} else {
return value;
return x;
}
}
WebSocketManager.prototype.deserializeData = function(dataList) {
Expand Down

0 comments on commit 3b53829

Please sign in to comment.