diff --git a/Cargo.lock b/Cargo.lock index 6938f6f..de16bb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ [[package]] name = "owlry-plugin-weather" -version = "1.0.2" +version = "1.0.3" dependencies = [ "abi_stable", "dirs", diff --git a/crates/owlry-plugin-weather/Cargo.toml b/crates/owlry-plugin-weather/Cargo.toml index 87a1161..b1cbdba 100644 --- a/crates/owlry-plugin-weather/Cargo.toml +++ b/crates/owlry-plugin-weather/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "owlry-plugin-weather" -version = "1.0.2" +version = "1.0.3" edition.workspace = true rust-version.workspace = true license.workspace = true