From c686d5ac11f96be2c5baa88918f63084d0886c73 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 16 Sep 2024 12:13:24 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v0.5.1=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9b481b..8f576db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "raffi" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "gumdrop", diff --git a/Cargo.toml b/Cargo.toml index 2fea830..00cf31d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Chmouel Boudjnah "] name = "raffi" description = "A simple fuzzel launcher based on YAML file" -version = "0.5.0" +version = "0.5.1" edition = "2021" readme = "README.md" license = "Apache-2.0"