Skip to content

Commit 1cb2c6a

Browse files
committed
rising version 0.2.15
1 parent 55a9983 commit 1cb2c6a

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

idf_component.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: Unified library for M5Stack series
2+
issues: https://github.com/m5stack/M5Unified/issues
3+
repository: https://github.com/m5stack/M5Unified.git
4+
url: https://github.com/m5stack/M5Unified.git
5+
version: 0.2.15

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "M5Unified",
3-
"description": "Library for M5Stack/Core2/Tough/CoreS3/CoreS3SE, M5StickC/C-Plus/C-Plus2, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station, M5Dial, M5DinMeter, M5Capsule, M5Cardputer, M5VAMeter, M5Tab5",
4-
"keywords": "M5Unified",
3+
"description": "Unified library for M5Stack series",
4+
"keywords": "M5Unified,M5Stack,M5StackCore2,M5StackCoreInk,M5StickC,M5StickC-Plus,M5Paper,M5Tough,M5Station,M5ATOMS3,M5Tab5,UnitOLED,UnitLCD,UnitRCA,ATOMDisplay",
55
"authors": {
66
"name": "M5Stack, lovyan03",
77
"url": "http://www.m5stack.com"
@@ -13,10 +13,10 @@
1313
"dependencies": [
1414
{
1515
"name": "M5GFX",
16-
"version": ">=0.2.20"
16+
"version": ">=0.2.21"
1717
}
1818
],
19-
"version": "0.2.14",
19+
"version": "0.2.15",
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,8 +1,8 @@
11
name=M5Unified
2-
version=0.2.14
2+
version=0.2.15
33
author=M5Stack
44
maintainer=M5Stack
5-
sentence=Library for M5Stack/Core2/Tough/CoreS3/CoreS3SE, M5StickC/C-Plus/C-Plus2, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station, M5Dial, M5DinMeter, M5Capsule, M5Cardputer, M5VAMeter, M5Tab5
5+
sentence=Unified library for M5Stack series
66
paragraph=M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com
77
category=Display
88
url=https://github.com/m5stack/M5Unified.git

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 14
3+
#define M5UNIFIED_VERSION_PATCH 15
44
#define M5UNIFIED_VERSION F( M5UNIFIED_VERSION_MAJOR "." M5UNIFIED_VERSION_MINOR "." M5UNIFIED_VERSION_PATCH )

0 commit comments

Comments
 (0)