diff --git a/idf_component.yml b/idf_component.yml index c2c1144..1355b43 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.3.0 dependencies: m5stack/m5gfx: version: ">=0.2.27" diff --git a/library.json b/library.json index b6fd8f6..942cb72 100644 --- a/library.json +++ b/library.json @@ -16,7 +16,7 @@ "version": ">=0.2.27" } ], - "version": "0.2.20", + "version": "0.3.0", "frameworks": ["arduino", "espidf", "*"], "platforms": ["espressif32", "native"], "headers": "M5Unified.h" diff --git a/library.properties b/library.properties index bdc5630..b97e98b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Unified -version=0.2.20 +version=0.3.0 author=M5Stack maintainer=M5Stack sentence=Unified library for M5Stack series diff --git a/src/gitTagVersion.h b/src/gitTagVersion.h index 2953222..bf2ab25 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_MINOR 3 +#define M5UNIFIED_VERSION_PATCH 0 #define M5UNIFIED_VERSION F( M5UNIFIED_VERSION_MAJOR "." M5UNIFIED_VERSION_MINOR "." M5UNIFIED_VERSION_PATCH )