diff --git a/Cargo.lock b/Cargo.lock index a63b93f..7e9dd71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,7 +667,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hassliebe" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 4d83eac..e45ac29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hassliebe" -version = "1.0.1" +version = "1.1.0" edition = "2021" license = "BlueOak-1.0.0" authors = ["Moritz Ruth "]