Skip to content

Commit eed22a0

Browse files
committed
advance version to v1.0.0
1 parent fc34e11 commit eed22a0

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [1.0.0] - 2023-10-21
3+
## [1.0.0] - 2023-10-22
44

5-
_First release._
5+
_First release_
66

77
### Changed
88

library.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MicroOcpp",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "OCPP 1.6 Client for microcontrollers",
55
"keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, esp-idf, EVSE, Charge Point",
66
"repository":
@@ -45,6 +45,7 @@
4545
"CMakeLists.txt",
4646
"docs/*",
4747
"LICENSE",
48+
"mkdocs.yml",
4849
"CHANGELOG.md"
4950
]
5051
},

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MicroOcpp
2-
version=0.3.0
2+
version=1.0.0
33
author=Matthias Akstaller
44
maintainer=Matthias Akstaller
55
sentence=OCPP 1.6 Client for microcontrollers

src/MicroOcpp/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define MO_VERSION "0.4.0"
1+
#define MO_VERSION "1.0.0"

0 commit comments

Comments
 (0)