From f7f900a7524a8e2ccc1127cb0002cf90b4d6bd68 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Fri, 3 May 2024 00:03:42 -0500 Subject: [PATCH] v0.1.0-alpha.4 --- .rpm/desktop-entry-daemon.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rpm/desktop-entry-daemon.spec b/.rpm/desktop-entry-daemon.spec index f3a90ce..2726ba6 100644 --- a/.rpm/desktop-entry-daemon.spec +++ b/.rpm/desktop-entry-daemon.spec @@ -5,7 +5,7 @@ %global cargo_install_lib 0 Name: desktop-entry-daemon -Version: v0.1.0~alpha.3 +Version: v0.1.0~alpha.4 Release: %autorelease Summary: A DBus service to manage freedesktop desktop entries @@ -30,7 +30,7 @@ License: 0BSD OR MIT OR Apache-2.0 AND Apache-2.0 AND Apache-2.0 OR MIT A # LICENSE.dependencies contains a full license breakdown URL: https://github.com/ryanabx/desktop-entry-daemon -Source: https://github.com/ryanabx/desktop-entry-daemon/archive/refs/tags/v0.1.0-alpha.3.tar.gz +Source: https://github.com/ryanabx/desktop-entry-daemon/archive/refs/tags/v0.1.0-alpha.4.tar.gz BuildRequires: cargo-rpm-macros >= 26