diff --git a/Cargo.lock b/Cargo.lock index 2b2273b..21bab7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,7 +731,7 @@ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" [[package]] name = "ripdrag" -version = "0.4.9" +version = "0.4.10" dependencies = [ "clap", "glib-macros 0.19.3", diff --git a/Cargo.toml b/Cargo.toml index 85ff7ab..f82e879 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.9" +version = "0.4.10" readme = "README.md" repository = "https://github.com/nik012003/ripdrag" edition = "2021"