From 36d71f9fbca31eed2251570321db29edc532e29d Mon Sep 17 00:00:00 2001 From: GOB Date: Fri, 25 Oct 2024 16:00:40 +0900 Subject: [PATCH] Raise version --- library.json | 7 +++---- library.properties | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 60005f3..3e80f18 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "dependencies": { "M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git" }, - "version": "0.0.1", + "version": "0.0.2", "frameworks": [ "arduino" ], @@ -23,9 +23,8 @@ "headers": "M5UnitUnifiedMETER.h", "license": "MIT", "export": { - "exclude": - [ + "exclude": [ "docs/html" ] } -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 60d8c99..c3382d2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Unit-METER -version=0.0.1 +version=0.0.2 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack UNIT METER using M5UnitUnified