diff --git a/Cargo.lock b/Cargo.lock index 68e0657..d34b9d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "owlry" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 5fc2ef3..00c3916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "owlry" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.90" description = "A lightweight, owl-themed application launcher for Wayland"