From 6fcbb8fa4b5ce2edfd4e06f597ccabfcb07d2952 Mon Sep 17 00:00:00 2001 From: ainyan03 <205502311+ainyan03@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:57:43 +0000 Subject: [PATCH] Bump version to 0.2.21 and require M5GFX 0.2.28 --- idf_component.yml | 4 ++-- library.json | 4 ++-- library.properties | 4 ++-- src/gitTagVersion.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index c2c1144..080e9a2 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -2,7 +2,7 @@ description: Unified library for M5Stack series issues: https://github.com/m5stack/M5Unified/issues repository: https://github.com/m5stack/M5Unified.git url: https://github.com/m5stack/M5Unified.git -version: 0.2.20 +version: 0.2.21 dependencies: m5stack/m5gfx: - version: ">=0.2.27" + version: ">=0.2.28" diff --git a/library.json b/library.json index b6fd8f6..3795cb1 100644 --- a/library.json +++ b/library.json @@ -13,10 +13,10 @@ "dependencies": [ { "name": "M5GFX", - "version": ">=0.2.27" + "version": ">=0.2.28" } ], - "version": "0.2.20", + "version": "0.2.21", "frameworks": ["arduino", "espidf", "*"], "platforms": ["espressif32", "native"], "headers": "M5Unified.h" diff --git a/library.properties b/library.properties index ef6547e..55152ac 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Unified -version=0.2.20 +version=0.2.21 author=M5Stack maintainer=M5Stack sentence=Unified library for M5Stack series @@ -8,4 +8,4 @@ category=Display url=https://github.com/m5stack/M5Unified.git architectures=esp32 includes=M5Unified.h -depends=M5GFX (>=0.2.27) +depends=M5GFX (>=0.2.28) diff --git a/src/gitTagVersion.h b/src/gitTagVersion.h index 2953222..b744c2f 100644 --- a/src/gitTagVersion.h +++ b/src/gitTagVersion.h @@ -1,4 +1,4 @@ #define M5UNIFIED_VERSION_MAJOR 0 #define M5UNIFIED_VERSION_MINOR 2 -#define M5UNIFIED_VERSION_PATCH 20 +#define M5UNIFIED_VERSION_PATCH 21 #define M5UNIFIED_VERSION F( M5UNIFIED_VERSION_MAJOR "." M5UNIFIED_VERSION_MINOR "." M5UNIFIED_VERSION_PATCH )