diff --git a/Cargo.toml b/Cargo.toml index dbf51f8..91e27a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "killport" -version = "0.9.1" +version = "0.9.2" authors = ["Francisco Jimenez Cabrera "] edition = "2021" license = "MIT" diff --git a/snapcraft.yaml b/snapcraft.yaml index da68c09..e670ac5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: killport -version: "0.9.1" +version: "0.9.2" summary: A CLI tool to kill processes using specified ports description: | Killport is a command-line utility to find and kill processes listening on specified ports.