diff --git a/Cargo.lock b/Cargo.lock index 16559f9..f6e7474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294" [[package]] name = "ripdrag" -version = "0.4.3" +version = "0.4.4" dependencies = [ "clap", "glib-macros 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index fdce3ba..14c7efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ripdrag" authors = ["Nicola Guerrera "] description = "Drag and Drop files to and from the terminal" -version = "0.4.3" +version = "0.4.4" readme = "README.md" repository = "https://github.com/nik012003/ripdrag" edition = "2021"