From f613dcb2d1d0c711e327b8dbc5d1e1b732f98c7c Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 5 Apr 2026 18:07:02 +0200 Subject: [PATCH] chore(owlry-plugin-weather): bump version to 1.0.3 --- Cargo.lock | 2 +- crates/owlry-plugin-weather/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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