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