diff --git a/Cargo.lock b/Cargo.lock index b29b44f..37b0866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Simple-Wayland-HotKey-Daemon" -version = "1.1.7" +version = "1.2.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9503337..352a667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["wayland", "hotkey", "evdev"] license = "BSD-2-Clause" name = "Simple-Wayland-HotKey-Daemon" repository = "https://git.sr.ht/~shinyzenith/swhkd" -version = "1.1.7" +version = "1.2.0" authors = [ "Shinyzenith \n", "Angelo Fallaria \n", @@ -14,7 +14,10 @@ authors = [ exclude = [ "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", + "LICENSE", "contrib/*", + "target/*", + "bin/*", "docs/*", "release.sh", ]