Skip to content

Commit 68db303

Browse files
committed
1. Revise the description file
1 parent 0a37792 commit 68db303

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

idf_component.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
version: "0.0.1"
21
description: "M5Stack M5IOE1 Library"
2+
url: "https://github.com/m5stack/M5IOE1"
3+
repository: "https://github.com/m5stack/M5IOE1.git"
34
maintainers:
45
- "M5Stack"
56
license: MIT
7+
tags:
8+
- "m5stack"
9+
- "IO-Expander"
610
dependencies:
711
idf:
812
version: ">=4.4"
913
espressif/i2c_bus:
1014
version: "^1.0.0"
1115
public: true
16+
version: 1.0.1

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "M5IOE1",
3-
"version": "0.0.1",
3+
"version": "1.0.1",
44
"description": "Library for M5Stack M5IOE1",
55
"keywords": [
66
"m5stack",
7-
"ioe1"
7+
"IO-Expander"
88
],
99
"repository": {
1010
"type": "git",
11-
"url": ""
11+
"url": "https://github.com/m5stack/M5IOE1.git"
1212
},
1313
"authors": [
1414
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5IOE1
2-
version=0.0.1
2+
version=1.0.1
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack M5IOE1

0 commit comments

Comments
 (0)