Skip to content

Commit 10f6a2f

Browse files
MicroPython: Update to v2.0.0 final 🎉
1 parent 27b4a22 commit 10f6a2f

File tree

2 files changed

+18339
-18688
lines changed

2 files changed

+18339
-18688
lines changed

editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
// VERSION INFORMATION
7676
EDITOR_VERSION = "2.2.0";
7777
UPY_1_VERSION = "1.0.1";
78-
UPY_2_VERSION = "2.0.0-beta.5";
78+
UPY_2_VERSION = "2.0.0";
7979
</script>
8080
<script id="files-template" type="x-tmpl-mustache">
8181
<div id="files-modal" tabindex="-1" role="dialog" aria-label="load/save modal" aria-modal="true" class="modal-div">
@@ -413,7 +413,7 @@ <h2 id="modal-msg-title"></h2>
413413
<script src="static/js/custom-event-polyfill.js"></script>
414414
<script src="static/js/lzma-d.min.js"></script>
415415
<script src="static/js/base64.js"></script>
416-
<script src="static/js/microbit-fs.umd.min.js"></script>
416+
<script src="static/js/microbit-fs.umd.js"></script>
417417
<script src="lang/en.js" id="lang"></script>
418418
<script src="js/micropythonapi.js"></script>
419419
<script src="js/urlparser.js"></script>

0 commit comments

Comments
 (0)