diff --git a/library.json b/library.json index 0644061..e7ad4e2 100644 --- a/library.json +++ b/library.json @@ -12,8 +12,11 @@ "type": "git", "url": "https://github.com/me-no-dev/AsyncTCP.git" }, - "version": "1.0.0", + "version": "1.0.1", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms": ["espressif32", "espressif32_stage"] + "platforms": "espressif32", + "build": { + "libCompatMode": 2 + } }