We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714a00e commit 329ef11Copy full SHA for 329ef11
library.json
@@ -10,7 +10,7 @@
10
"type": "git",
11
"url": "https://github.com/m5stack/m5stack.git"
12
},
13
- "version": "0.2.1",
+ "version": "0.2.2",
14
"framework": "arduino",
15
"platforms": "espressif32"
16
}
library.properties
@@ -1,5 +1,5 @@
1
name=M5Stack
2
-version=0.2.1
+version=0.2.2
3
author=M5Stack
4
maintainer=Zibin Zheng <bin@m5stack.com>
5
sentence=Library for M5Stack Core development kit
src/gitTagVersion.h
@@ -1 +1 @@
-#define M5_LIB_VERSION F("0.2.0-dirty")
+#define M5_LIB_VERSION F("0.2.2-dirty")
0 commit comments