From ece2bfc84aa368fcfbb2f8b7723097cff4b414a4 Mon Sep 17 00:00:00 2001 From: nik012003 Date: Fri, 25 Aug 2023 21:43:41 +0200 Subject: [PATCH] Bump to 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b2ecb7..16559f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294" [[package]] name = "ripdrag" -version = "0.4.2" +version = "0.4.3" dependencies = [ "clap", "glib-macros 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index c26bfd7..fdce3ba 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.2" +version = "0.4.3" readme = "README.md" repository = "https://github.com/nik012003/ripdrag" edition = "2021"