From 27b6509f276ede5f3c2ccf93bfbd6e366e0781bb Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 22 Oct 2019 23:02:41 +0100 Subject: [PATCH] Raise version --- TFT_eSPI.h | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TFT_eSPI.h b/TFT_eSPI.h index 117a819..7f7622d 100644 --- a/TFT_eSPI.h +++ b/TFT_eSPI.h @@ -15,7 +15,7 @@ #ifndef _TFT_eSPIH_ #define _TFT_eSPIH_ -#define TFT_ESPI_VERSION "1.4.18" +#define TFT_ESPI_VERSION "1.4.20" //#define ESP32 //Just used to test ESP32 options diff --git a/library.json b/library.json index b03c7b4..ac9e8b9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TFT_eSPI", - "version": "1.4.18", + "version": "1.4.20", "keywords": "tft, ePaper, display, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789, RM68140", "description": "A TFT and ePaper SPI graphics library for ESP8266 and ESP32", "repository": diff --git a/library.properties b/library.properties index b7bf13c..aea4881 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_eSPI -version=1.4.18 +version=1.4.20 author=Bodmer maintainer=Bodmer sentence=A fast TFT graphics library for ESP8266 and ESP32 processors for the Arduino IDE