Skip to content

Commit 329ef11

Browse files
committed
upadted v0.2.2
1 parent 714a00e commit 329ef11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/m5stack.git"
1212
},
13-
"version": "0.2.1",
13+
"version": "0.2.2",
1414
"framework": "arduino",
1515
"platforms": "espressif32"
1616
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Stack
2-
version=0.2.1
2+
version=0.2.2
33
author=M5Stack
44
maintainer=Zibin Zheng <bin@m5stack.com>
55
sentence=Library for M5Stack Core development kit

src/gitTagVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define M5_LIB_VERSION F("0.2.0-dirty")
1+
#define M5_LIB_VERSION F("0.2.2-dirty")

0 commit comments

Comments
 (0)