From aa4f1c9ae307ebd005647ece2f5e873216dff6e6 Mon Sep 17 00:00:00 2001 From: nik012003 Date: Wed, 15 Nov 2023 01:25:29 +0100 Subject: [PATCH] Bump to 0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e7474..6f54594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294" [[package]] name = "ripdrag" -version = "0.4.4" +version = "0.4.5" dependencies = [ "clap", "glib-macros 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index 14c7efc..2e52ac8 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.4" +version = "0.4.5" readme = "README.md" repository = "https://github.com/nik012003/ripdrag" edition = "2021"