diff --git a/Cargo.lock b/Cargo.lock index d5f185c..bc7e30f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.12.1" +version = "0.13.0-beta.0" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 31768cf..3f83ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.12.1" +version = "0.13.0-beta.0" 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"