diff --git a/Cargo.lock b/Cargo.lock index b7f9fb8..a02dc76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.8.0-beta.1" +version = "0.8.0-beta.2" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 8708fbe..021e413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.8.0-beta.1" +version = "0.8.0-beta.2" 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"