Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 18, 2024
1 parent e3463bc commit 1a4bd9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a4bd9e

Please sign in to comment.