Skip to content

Commit 92ebea9

Browse files
committed
update PIO manifest for v1.0.0
1 parent e42ea3b commit 92ebea9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MicroOcppMongoose",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Mongoose Adapter for the MicroOcpp Client",
55
"keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, EVSE, Charge Point, Mongoose",
66
"repository":
@@ -12,12 +12,12 @@
1212
[
1313
{
1414
"name": "Matthias Akstaller",
15-
"url": "https://www.arduino-ocpp.com",
15+
"url": "https://www.micro-ocpp.com",
1616
"maintainer": true
1717
}
1818
],
1919
"license": "GPL-3.0",
20-
"homepage": "https://www.arduino-ocpp.com",
20+
"homepage": "https://www.micro-ocpp.com",
2121
"frameworks": "arduino,espidf",
2222
"platforms": "espressif8266, espressif32",
2323
"export": {
@@ -33,7 +33,8 @@
3333
"CMakeLists.txt",
3434
"library.json",
3535
"LICENSE",
36-
"README.md"
36+
"README.md",
37+
"CHANGELOG.md"
3738
]
3839
}
3940
}

0 commit comments

Comments
 (0)