Raise version

This commit is contained in:
GOB
2024-09-18 18:13:45 +09:00
parent 9e37a8abef
commit 1b7a9e53cd
2 changed files with 11 additions and 7 deletions
+10 -6
View File
@@ -10,14 +10,18 @@
"type": "git",
"url": "https://github.com/m5stack/M5Unit-HEART.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": "M5UnitUnifiedHEART.h"
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
name=M5Unit-HEART
version=0.0.0
version=0.0.1
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack UNIT HEART using M5UnitUnified