From 33e2f9cb5eb90a43a03ca5422b0f0c8b36a15ef2 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Tue, 30 Dec 2025 06:13:44 +0100 Subject: [PATCH] chore(owlry-plugin-weather): bump version to 0.2.2 --- 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 5caea78..51e45b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2752,7 +2752,7 @@ dependencies = [ [[package]] name = "owlry-plugin-weather" -version = "0.2.1" +version = "0.2.2" dependencies = [ "abi_stable", "dirs", diff --git a/crates/owlry-plugin-weather/Cargo.toml b/crates/owlry-plugin-weather/Cargo.toml index 86b84eb..335e73f 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 = "0.2.1" +version = "0.2.2" edition.workspace = true rust-version.workspace = true license.workspace = true