diff --git a/Cargo.lock b/Cargo.lock index 61fbec7..cacf443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "mpqtt" -version = "0.1.0" +version = "1.0.0" dependencies = [ "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ebb3c9e..a59b7c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpqtt" -version = "0.1.0" +version = "1.0.0" authors = ["LluĂ­s "] edition = "2018" description = "Data extractor for Axpert / MasterPower inverters with MQTT and HomeAssistant integration"