From f4aa5ea0e40f4c535a5cf124554207c43c22aeea Mon Sep 17 00:00:00 2001 From: Calvin Hass Date: Fri, 24 Apr 2020 08:48:11 -0700 Subject: [PATCH] Update version --- library.properties | 2 +- src/Waveshare_ILI9486_GFX.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 89f2057..df7e245 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Waveshare ILI9486 -version=0.3.2 +version=0.4.0 author=Waveshare , Calvin Hass maintainer=Calvin Hass sentence=Waveshare ILI9486 SPI driver for Arduino diff --git a/src/Waveshare_ILI9486_GFX.h b/src/Waveshare_ILI9486_GFX.h index fec5f9f..68243a1 100644 --- a/src/Waveshare_ILI9486_GFX.h +++ b/src/Waveshare_ILI9486_GFX.h @@ -54,7 +54,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "Fonts/fonts.h" // Library version -#define WAVESHARE_ILI9486_VER "0.3.0" +#define WAVESHARE_ILI9486_VER "0.4.0" class Waveshare_ILI9486_GFX : public Print { protected: