Skip to content

Commit

Permalink
v1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Oct 13, 2020
1 parent 50d7e98 commit fdebc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.dot
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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=1.20.4"></script>
<script type="text/javascript" src="dist/app.min.js?v=1.20.5"></script>
{{ } }}

<script type="text/javascript">
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 = '1.20.4';
NetsBloxSerializer.prototype.version = '1.20.5';
NetsBloxSerializer.prototype.app = NetsBloxSerializer.prototype.appName + ' ' +
NetsBloxSerializer.prototype.version + ', http://netsblox.org';

Expand Down

0 comments on commit fdebc63

Please sign in to comment.