From 4fbc7fc4c98f1fa0da601fa821dc73c406cc16e7 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Tue, 30 Dec 2025 06:13:43 +0100 Subject: [PATCH] chore(owlry-plugin-bookmarks): bump version to 0.2.2 --- Cargo.lock | 2 +- crates/owlry-plugin-bookmarks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3e6eab..0c7ecd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2651,7 +2651,7 @@ dependencies = [ [[package]] name = "owlry-plugin-bookmarks" -version = "0.2.1" +version = "0.2.2" dependencies = [ "abi_stable", "dirs", diff --git a/crates/owlry-plugin-bookmarks/Cargo.toml b/crates/owlry-plugin-bookmarks/Cargo.toml index 55aea5f..767249d 100644 --- a/crates/owlry-plugin-bookmarks/Cargo.toml +++ b/crates/owlry-plugin-bookmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "owlry-plugin-bookmarks" -version = "0.2.1" +version = "0.2.2" edition.workspace = true rust-version.workspace = true license.workspace = true