From 3db9ae73abedbd59295d502d1533e85cbf99cc9b Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 11 Dec 2024 22:59:22 +0100 Subject: [PATCH] =?UTF-8?q?Release=20v0.8.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 f2c35b0..67175ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "raffi" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "gumdrop", diff --git a/Cargo.toml b/Cargo.toml index 7a21b03..066fdf8 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.8.0" +version = "0.8.1" edition = "2021" readme = "README.md" license = "Apache-2.0"