diff --git a/library.json b/library.json index da3c128..791629c 100644 --- a/library.json +++ b/library.json @@ -10,14 +10,18 @@ "type": "git", "url": "https://github.com/m5stack/M5Unit-METER.git" }, - "dependencies": - { + "dependencies": { "M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git", "M5Utility": "https://github.com/m5stack/M5Utility.git", "M5HAL": "https://github.com/m5stack/M5HAL.git" }, - "version": "0.0.0", - "frameworks": ["arduino", "espidf"], - "platforms": ["espressif32"], + "version": "0.0.1", + "frameworks": [ + "arduino", + "espidf" + ], + "platforms": [ + "espressif32" + ], "headers": "M5UnitUnifiedMETER.h" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 7ff92d7..bf28d98 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Unit-METER -version=0.0.0 +version=0.0.1 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack UNIT METER using M5UnitUnified