From dd530b2bc47ba6c0ca62b26fc5eda5e8f8e61f36 Mon Sep 17 00:00:00 2001 From: lovyan03 <42724151+lovyan03@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:35:45 +0900 Subject: [PATCH] rising version --- library.json | 2 +- library.properties | 2 +- src/lgfx/v1/gitTagVersion.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 57b9a772..f4e35898 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/lovyan03/LovyanGFX.git" }, - "version": "1.1.17", + "version": "1.2.0", "frameworks": ["arduino", "espidf", "*"], "platforms": ["espressif32", "espressif8266", "atmelsam", "native", "raspberrypi"], "headers": "LovyanGFX.hpp", diff --git a/library.properties b/library.properties index a753e3cd..5e0ed3d8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LovyanGFX -version=1.1.17 +version=1.2.0 author=lovyan03 maintainer=lovyan03,tobozo sentence=TFT LCD Graphics driver with touch for ESP32/ESP8266, SAMD21/SAMD51, RP2040/RP2350 diff --git a/src/lgfx/v1/gitTagVersion.h b/src/lgfx/v1/gitTagVersion.h index 277f024d..f95c10d8 100644 --- a/src/lgfx/v1/gitTagVersion.h +++ b/src/lgfx/v1/gitTagVersion.h @@ -1,4 +1,4 @@ #define LGFX_VERSION_MAJOR 1 -#define LGFX_VERSION_MINOR 1 -#define LGFX_VERSION_PATCH 17 +#define LGFX_VERSION_MINOR 2 +#define LGFX_VERSION_PATCH 0 #define LOVYANGFX_VERSION F( LGFX_VERSION_MAJOR "." LGFX_VERSION_MINOR "." LGFX_VERSION_PATCH )