Skip to content

Commit

Permalink
Bump version & dependency versions (#244)
Browse files Browse the repository at this point in the history
* Bump dependency versions of libevse-security and liblog
* Bump version to 0.9.4

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Nov 3, 2023
1 parent 4c30a76 commit 0fe5bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

project(ocpp
VERSION 0.9.3
VERSION 0.9.4
DESCRIPTION "A C++ implementation of the Open Charge Point Protocol"
LANGUAGES CXX
)
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nlohmann_json_schema_validator:
]
liblog:
git: https://github.com/EVerest/liblog.git
git_tag: v0.2.0
git_tag: v0.2.1
options: ["BUILD_EXAMPLES OFF"]
libtimer:
git: https://github.com/EVerest/libtimer.git
Expand All @@ -30,4 +30,4 @@ websocketpp:
git_tag: 0.8.2
libevse-security:
git: https://github.com/EVerest/libevse-security.git
git_tag: 338dd2e
git_tag: v0.2.0

0 comments on commit 0fe5bbc

Please sign in to comment.