diff --git a/Cargo.lock b/Cargo.lock index 1aeedd2..1a2acd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.6.0-alpha.2" +version = "0.6.0-alpha.3" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 8876c55..fa13633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.6.0-alpha.2" +version = "0.6.0-alpha.3" 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"