Skip to content

Commit

Permalink
update PIO manifest for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Oct 20, 2023
1 parent e42ea3b commit 92ebea9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MicroOcppMongoose",
"version": "0.1.0",
"version": "1.0.0",
"description": "Mongoose Adapter for the MicroOcpp Client",
"keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, EVSE, Charge Point, Mongoose",
"repository":
Expand All @@ -12,12 +12,12 @@
[
{
"name": "Matthias Akstaller",
"url": "https://www.arduino-ocpp.com",
"url": "https://www.micro-ocpp.com",
"maintainer": true
}
],
"license": "GPL-3.0",
"homepage": "https://www.arduino-ocpp.com",
"homepage": "https://www.micro-ocpp.com",
"frameworks": "arduino,espidf",
"platforms": "espressif8266, espressif32",
"export": {
Expand All @@ -33,7 +33,8 @@
"CMakeLists.txt",
"library.json",
"LICENSE",
"README.md"
"README.md",
"CHANGELOG.md"
]
}
}

0 comments on commit 92ebea9

Please sign in to comment.