From b737a398b37210010c9844e675709a0464ff3a68 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 8 Feb 2018 00:56:50 +0000 Subject: [PATCH] Correct version add ESP32 --- library.json | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index fd529ff..8e8e334 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "TFT_eSPI", - "version": "0.18.14", + "version": "0.18.15", "keywords": "tft, display, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486", - "description": "A TFT SPI graphics library for ESP8266", + "description": "A TFT SPI graphics library for ESP8266 and ESP32", "repository": { "type": "git", diff --git a/library.properties b/library.properties index efbb286..b08cc2f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_eSPI -version=0.18.14 +version=0.18.15 author=Bodmer maintainer=Bodmer sentence=A fast TFT library for ESP8266 processors and the Arduino IDE