From 36bdc90ce29586c91010bf103c9042a8433b75ae Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 6 Jul 2023 05:38:39 +0000 Subject: [PATCH] bump: kondo-ui kondo --- anda/rust/kondo-ui/rust-kondo-ui.spec | 2 +- anda/rust/kondo/rust-kondo.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/rust/kondo-ui/rust-kondo-ui.spec b/anda/rust/kondo-ui/rust-kondo-ui.spec index 377c7d973a..07fbbd84cf 100644 --- a/anda/rust/kondo-ui/rust-kondo-ui.spec +++ b/anda/rust/kondo-ui/rust-kondo-ui.spec @@ -2,7 +2,7 @@ %global crate kondo-ui Name: rust-kondo-ui -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: Filesystem cleaning tool that recursively searches directories for known project structures and allows you to clean them of unnecessary files like build artifacts diff --git a/anda/rust/kondo/rust-kondo.spec b/anda/rust/kondo/rust-kondo.spec index 9fbedd3da7..427e4fb3f8 100644 --- a/anda/rust/kondo/rust-kondo.spec +++ b/anda/rust/kondo/rust-kondo.spec @@ -4,7 +4,7 @@ %global crate kondo Name: rust-kondo -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Filesystem cleaning tool for projects