diff --git a/CHANGES.md b/CHANGES.md index 61733a8..6f9b2be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ TFT_22_ILI9225 Version | Release Date | Description ------- | ------------ | ----------- +[v1.4.3](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.3) | 2019-11-25 | Cleanup and ESP32 FAST_PINIO fixes ([Bolukan](https://github.com/Bolukan) [dl9rdz](https://github.com/dl9rdz)) [v1.4.2](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.2) | 2019-05-01 | More performance improvements for color drawBitmap ([LAK132](https://github.com/LAK132)) [v1.4.1](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.1) | 2019-04-18 | Add 1-D bitmap array support and fix drawing issue ([joe820730](https://github.com/joe820730)) [v1.4.0](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.0) | 2019-02-17 | Added HSPI support for ESP32, More robust start and end of SPI transaction ([Bolukan](https://github.com/Bolukan)) diff --git a/README.md b/README.md index 624bd0a..06cc53d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TFT_22_ILI9225 Version | Release Date | Description ------- | ------------ | ----------- -v1.4.2 | 2019-05-01 | More performance improvements for color drawBitmap ([LAK132](https://github.com/LAK132)) +[v1.4.3](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.3) | 2019-11-25 | Cleanup and ESP32 FAST_PINIO fixes ([Bolukan](https://github.com/Bolukan) [dl9rdz](https://github.com/dl9rdz)) ## Introduction diff --git a/library.json b/library.json index 890f173..a0ffa1e 100644 --- a/library.json +++ b/library.json @@ -9,7 +9,7 @@ "authors": { "name": "Nkawu" }, - "version": "1.4.2", + "version": "1.4.3", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 637b043..ab38a27 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_22_ILI9225 -version=1.4.2 +version=1.4.3 author=Nkawu maintainer=Nkawu sentence=ILI9225 2.2" 176x220 TFT LCD shield