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 6d74c7c commit 1adcc00Copy full SHA for 1adcc00
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.1.2
2
+-----
3
+* Update MicroPython to the v2.0.0-beta.5 release
4
+
5
2.1.1
6
-----
7
* Update MicroPython to the v2.0.0-beta.3 release
editor.html
@@ -72,7 +72,7 @@
72
document.execCommand('Stop');
73
}
74
// VERSION INFORMATION
75
- EDITOR_VERSION = "2.1.1";
+ EDITOR_VERSION = "2.1.2";
76
UPY_1_VERSION = "1.0.1";
77
UPY_2_VERSION = "2.0.0-beta.5";
78
</script>
0 commit comments