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 1950693 commit e479493Copy full SHA for e479493
library.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/m5stack/M5Utility.git"
12
},
13
"dependencies": [],
14
- "version": "0.0.1",
+ "version": "0.0.2",
15
"frameworks": [
16
"arduino"
17
],
@@ -21,9 +21,8 @@
21
"headers": "M5Utility.h",
22
"license": "MIT",
23
"export": {
24
- "exclude":
25
- [
+ "exclude": [
26
"docs/html"
27
]
28
}
29
-}
+}
library.properties
@@ -1,5 +1,5 @@
1
name=M5Utility
2
-version=0.0.1
+version=0.0.2
3
author=M5Stack
4
maintainer=M5Stack
5
sentence=Library for other M5 libraries and products
0 commit comments