diff --git a/Cargo.lock b/Cargo.lock index 54a8dde..cb32bb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "swaycons" -version = "0.3.0" +version = "0.3.1" dependencies = [ "config", "regex", diff --git a/Cargo.toml b/Cargo.toml index f508407..7d3e17c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaycons" -version = "0.3.0" +version = "0.3.1" authors = ["Allie Stephan "] description = "swaycons adds nerd font icons to sway window titles" repository = "https://github.com/actuallyallie/swaycons"