Skip to content

Commit dc11d53

Browse files
committed
Bump version to 0.1.0 and M5UnitUnified to >=0.5.0
1 parent 58d91a9 commit dc11d53

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ description: Library for M5Stack UNIT NFC (ST25R3916) using M5UnitUnified.
22
url: https://github.com/m5stack/M5Unit-NFC
33
issues: https://github.com/m5stack/M5Unit-NFC/issues
44
license: MIT
5-
version: "0.0.2"
5+
version: "0.1.0"
66

77
dependencies:
88
idf: ">=5.0"
99
m5stack/M5UnitUnified:
1010
git: https://github.com/m5stack/M5UnitUnified.git
11-
version: feature/esp-idf-native-support
11+
version: main
1212

1313
targets:
1414
- esp32

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies":
1414
{
15-
"m5stack/M5UnitUnified": ">=0.4.8"
15+
"m5stack/M5UnitUnified": ">=0.5.0"
1616
},
17-
"version": "0.0.3",
17+
"version": "0.1.0",
1818
"frameworks": [
1919
"arduino",
2020
"espidf"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Unit-NFC
2-
version=0.0.3
2+
version=0.1.0
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack UNIT NFC using M5UnitUnified

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lib_ldf_mode = deep
1111
test_framework = googletest
1212
test_build_src = true
1313
lib_deps=m5stack/M5Unified
14-
m5stack/M5UnitUnified@>=0.4.7
14+
m5stack/M5UnitUnified@>=0.5.0
1515

1616
[m5base]
1717
monitor_speed = 115200

0 commit comments

Comments
 (0)