diff --git a/README.md b/README.md index 4640a39..af05a95 100644 --- a/README.md +++ b/README.md @@ -1500,7 +1500,7 @@ The following libraries are used from the EspressIf registry: ## Version history - December 2023 - - 2.0.0 rel + - 2.0.0 release - Updated documentation - Added rotation - Added ESP32_1732S019N/C diff --git a/library.json b/library.json index 5a0a59c..cea686b 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "esp32_smartdisplay", - "version": "2.0.0", + "version": "2.0.1", "description": "LVGL driver for Sunton ESP32 Cheap Yellow Display display boards", "keywords": "LVGL Sunton CYD LCD TFT Touch", "repository": { diff --git a/library.properties b/library.properties index 2c86897..592f1ff 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esp32-smartdisplay -version=2.0.0 +version=2.0.1 author=Rene Zeldenthuis maintainer=Rene Zeldenthuis category=Displays & LEDs