diff --git a/Cargo.lock b/Cargo.lock index 67175ec..c9d3615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "raffi" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "gumdrop", diff --git a/Cargo.toml b/Cargo.toml index 066fdf8..240094b 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.1" +version = "0.8.2" edition = "2021" readme = "README.md" license = "Apache-2.0"