From c4a8716923e30db2e753906ad173c75e9d984212 Mon Sep 17 00:00:00 2001 From: GOB Date: Wed, 18 Sep 2024 18:16:40 +0900 Subject: [PATCH] Raise version --- library.json | 15 ++++++++++----- library.properties | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 75a1687..b253ee6 100644 --- a/library.json +++ b/library.json @@ -10,10 +10,15 @@ "type": "git", "url": "https://github.com/m5stack/M5HAL.git" }, - "dependencies": [ + "dependencies": [], + "version": "0.0.1", + "frameworks": [ + "arduino", + "espidf", + "*" + ], + "platforms": [ + "espressif32" ], - "version": "0.0.0", - "frameworks": ["arduino", "espidf", "*"], - "platforms": ["espressif32"], "headers": "M5HAL.hpp" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 972ae43..3ff22cd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5HAL -version=0.0.0 +version=0.0.1 author=M5Stack maintainer=M5Stack sentence=Hardware Abstraction Layer(HAL) for M5 Products