We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a782d02 commit 9f9aff6Copy full SHA for 9f9aff6
CHANGELOG
@@ -1,3 +1,11 @@
1
+2.1.0-beta.7
2
+------------
3
+* Update the MicroPython version to commit 44a75bb
4
+* Update the microbit-fs library to adebf8b
5
+* Add info message on the WebUSB modal when a full flash is performed
6
+* Minor updates in the tests
7
+* Other minor bug fixes
8
+
9
2.1.0-beta.6
10
------------
11
* Update the MicroPython version to commit 3e09245a46
editor.html
@@ -78,7 +78,7 @@
78
</script>
79
<script type="application/javascript">
80
// VERSION INFORMATION
81
- EDITOR_VERSION = "2.1.0-beta.6";
+ EDITOR_VERSION = "2.1.0-beta.7";
82
UPY_1_VERSION = "1.0.1";
83
UPY_2_VERSION = "2.0-44a75bb";
84
0 commit comments