diff --git a/Cargo.lock b/Cargo.lock index 991f1e65..8be4f0e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "rust-ocpp" -version = "1.0.0" +version = "1.0.1" dependencies = [ "chrono", "jsonschema", diff --git a/Cargo.toml b/Cargo.toml index d5eb7c3a..16720415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rust-ocpp" description = "ocpp 1.6 and 2.0.1 libraries" readme = "README.md" license = "MIT OR Apache-2.0" -version = "1.0.0" +version = "1.0.1" authors = ["Tommy Malmqvist