Skip to content

Commit

Permalink
Update version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 25, 2024
1 parent 2c69650 commit d8657f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "XPowersLib",
"version": "0.2.4",
"version": "0.2.5",
"description": "Arduino,CircuitPython,Micropython library for x-powers power management series",
"keywords": "AXP192 AXP202 AXP2101 x-powers",
"authors": [
Expand Down Expand Up @@ -106,7 +106,19 @@
"name": "SY6970_Shutdown_Example",
"base": "examples/SY6970_Shutdown_Example",
"files": ["SY6970_Shutdown_Example.ino"]
}
},
{
"name": "BQ25896_Example",
"base": "examples/BQ25896_Example",
"files": ["BQ25896_Example.ino"]
},
{
"name": "BQ25896_Shutdown_Example",
"base": "examples/BQ25896_Shutdown_Example",
"files": ["BQ25896_Shutdown_Example.ino"]
},


],
"frameworks": ["arduino", "espidf"],
"platforms": "esp32,ststm32,espressif32",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=XPowersLib
version=0.2.4
version=0.2.5
author=Lewis He
maintainer=Lewis He <[email protected]>
sentence=Arduino,CircuitPython,Micropython library for x-powers power management series
Expand Down

0 comments on commit d8657f9

Please sign in to comment.