Skip to content

Commit 249a9fe

Browse files
committed
Update and raise version
1 parent 7345108 commit 249a9fe

2 files changed

Lines changed: 29 additions & 26 deletions

File tree

library.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
{
2-
"name": "M5Unit-RFID",
3-
"description": "Library for M5Stack UNIT RFID Using M5UnitUnified",
4-
"keywords": "M5Stack UNIT RFID, M5UnitUnified",
5-
"authors": {
6-
"name": "M5Stack",
7-
"url": "http://www.m5stack.com"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/m5stack/M5Unit-RFID.git"
12-
},
13-
"dependencies": [
14-
{
15-
"name": "M5UnitUnified"
2+
"name": "M5Unit-RFID",
3+
"description": "Library for M5Stack UNIT RFID using M5UnitUnified",
4+
"keywords": "M5Stack UNIT RFIDT,M5UnitUnified",
5+
"authors": {
6+
"name": "M5Stack",
7+
"url": "http://www.m5stack.com"
168
},
17-
{
18-
"name": "M5Utility"
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/m5stack/M5Unit-RFID.git"
1912
},
20-
{
21-
"name": "M5HAL"
13+
"dependencies": {
14+
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
15+
},
16+
"version": "0.0.1",
17+
"frameworks": [
18+
"arduino"
19+
],
20+
"platforms": [
21+
"espressif32"
22+
],
23+
"headers": "M5UnitUnifiedRFID.h",
24+
"license": "MIT",
25+
"export": {
26+
"exclude": [
27+
"docs/html"
28+
]
2229
}
23-
],
24-
"version": "0.0.0",
25-
"frameworks": ["arduino", "espidf"],
26-
"platforms": ["espressif32"]
27-
}
30+
}

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=M5Unit-RFID
2-
version=0.0.0
2+
version=0.0.1
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack UNIT RFID using M5UnitUnified
66
paragraph=
77
category=Device Control
8-
url=https://github.com/m5stack/M5Unit-RFID
8+
url=https://github.com/m5stack/M5Unit-RFID.git
99
architectures=esp32
10-
includes=
10+
includes=M5UnitUnifiedRFID.h
1111
depends=M5UnitUnified,M5Utility,M5HAL

0 commit comments

Comments
 (0)