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 10f6a2f commit cf439bfCopy full SHA for cf439bf
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.2.1
2
+-----
3
+* Update MicroPython to the final v2.0.0 release
4
+
5
2.2.0
6
-----
7
* Updated existing translations
editor.html
@@ -73,7 +73,7 @@
73
document.execCommand('Stop');
74
}
75
// VERSION INFORMATION
76
- EDITOR_VERSION = "2.2.0";
+ EDITOR_VERSION = "2.2.1";
77
UPY_1_VERSION = "1.0.1";
78
UPY_2_VERSION = "2.0.0";
79
</script>
0 commit comments