We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28f21c commit aeb424fCopy full SHA for aeb424f
3 files changed
idf_component.yml
@@ -2,7 +2,7 @@ description: Library for M5Stack UNIT FINGER using M5UnitUnified.
2
url: https://github.com/m5stack/M5Unit-FINGER
3
issues: https://github.com/m5stack/M5Unit-FINGER/issues
4
license: MIT
5
-version: "0.1.0"
+version: "0.2.0"
6
7
dependencies:
8
idf: ">=5.0"
library.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"m5stack/M5UnitUnified": ">=0.5.5"
15
},
16
- "version": "0.1.0",
+ "version": "0.2.0",
17
"frameworks": [
18
"arduino",
19
"espidf"
library.properties
@@ -1,5 +1,5 @@
1
name=M5Unit-FINGER
-version=0.1.0
+version=0.2.0
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack UNIT FINGER using M5UnitUnified
0 commit comments