diff --git a/Cargo.lock b/Cargo.lock index 8e23c4f..6919098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.16.0" +version = "0.16.1" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 6efa3c4..648ec2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.16.0" +version = "0.16.1" description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr"