Skip to content

Commit 528d0aa

Browse files
authored
Merge pull request #340 from ainyan03/bump_0_2_21
Bump version to 0.2.21 and require M5GFX 0.2.28
2 parents 4aa5d8d + 6fcbb8f commit 528d0aa

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: Unified library for M5Stack series
22
issues: https://github.com/m5stack/M5Unified/issues
33
repository: https://github.com/m5stack/M5Unified.git
44
url: https://github.com/m5stack/M5Unified.git
5-
version: 0.2.20
5+
version: 0.2.21
66
dependencies:
77
m5stack/m5gfx:
8-
version: ">=0.2.27"
8+
version: ">=0.2.28"

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"dependencies": [
1414
{
1515
"name": "M5GFX",
16-
"version": ">=0.2.27"
16+
"version": ">=0.2.28"
1717
}
1818
],
19-
"version": "0.2.20",
19+
"version": "0.2.21",
2020
"frameworks": ["arduino", "espidf", "*"],
2121
"platforms": ["espressif32", "native"],
2222
"headers": "M5Unified.h"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Unified
2-
version=0.2.20
2+
version=0.2.21
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Unified library for M5Stack series
@@ -8,4 +8,4 @@ category=Display
88
url=https://github.com/m5stack/M5Unified.git
99
architectures=esp32
1010
includes=M5Unified.h
11-
depends=M5GFX (>=0.2.27)
11+
depends=M5GFX (>=0.2.28)

src/gitTagVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define M5UNIFIED_VERSION_MAJOR 0
22
#define M5UNIFIED_VERSION_MINOR 2
3-
#define M5UNIFIED_VERSION_PATCH 20
3+
#define M5UNIFIED_VERSION_PATCH 21
44
#define M5UNIFIED_VERSION F( M5UNIFIED_VERSION_MAJOR "." M5UNIFIED_VERSION_MINOR "." M5UNIFIED_VERSION_PATCH )

0 commit comments

Comments
 (0)