Skip to content

Commit

Permalink
Update version to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 1, 2024
1 parent b4c8c0f commit 93abcaf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "XPowersLib",
"version": "0.2.3",
"version": "0.2.4",
"description": "Arduino,CircuitPython,Micropython library for x-powers power management series",
"keywords": "AXP192 AXP202 AXP2101 x-powers",
"authors": [
Expand Down Expand Up @@ -67,6 +67,16 @@
"base": "examples/AXP2101_Sleep_Example",
"files": ["AXP2101_Sleep_Example.ino"]
},
{
"name": "AXP2101_Charge_Current_Setting",
"base": "examples/AXP2101_Charge_Current_Setting",
"files": ["AXP2101_Charge_Current_Setting.ino"]
},
{
"name": "AXP2101_LowBatteryWarningExample",
"base": "examples/AXP2101_LowBatteryWarningExample",
"files": ["AXP2101_LowBatteryWarningExample.ino"]
},
{
"name": "ESP_IDF_Example",
"base": "examples/ESP_IDF_Example/main",
Expand All @@ -91,6 +101,11 @@
"name": "SY6970_Watchdog_Example",
"base": "examples/SY6970_Watchdog_Example",
"files": ["SY6970_Watchdog_Example.ino"]
},
{
"name": "SY6970_Shutdown_Example",
"base": "examples/SY6970_Shutdown_Example",
"files": ["SY6970_Shutdown_Example.ino"]
}
],
"frameworks": ["arduino", "espidf"],
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.3
version=0.2.4
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 93abcaf

Please sign in to comment.