Skip to content

Commit caec6f6

Browse files
Bump version to 2.1.1 🎉 and update changelog.
1 parent 16e2fff commit caec6f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.1.1
2+
-----
3+
* Update MicroPython to the v2.0.0-beta.3 release
4+
* Improve the error reporting for old DAPLink versions attempting to WebUSB connect
5+
* Fix WebUSB issue detecting the board ID
6+
17
2.1.0
28
-----
39
* Update MicroPython to the v2.0.0-beta.1 release

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
document.execCommand('Stop');
7373
}
7474
// VERSION INFORMATION
75-
EDITOR_VERSION = "2.1.0";
75+
EDITOR_VERSION = "2.1.1";
7676
UPY_1_VERSION = "1.0.1";
7777
UPY_2_VERSION = "2.0.0-beta.3";
7878
</script>

0 commit comments

Comments
 (0)