From efa791830f7bf63aa17fe59625abb9b7328ac846 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 14 Sep 2024 17:52:48 +0200 Subject: [PATCH] pkg: Bump version --- pkg/deb/debian/changelog | 6 ++++++ pkg/fedora/surface-control.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pkg/deb/debian/changelog b/pkg/deb/debian/changelog index c3efa61..cdb616d 100644 --- a/pkg/deb/debian/changelog +++ b/pkg/deb/debian/changelog @@ -1,3 +1,9 @@ +surface-control (0.4.7-1) unstable; urgency=medium + + * Update dependencies + + -- Maximilian Luz Sat, 14 Sep 2024 17:44:29 +0200 + surface-control (0.4.6-3) unstable; urgency=medium * Update dependencies diff --git a/pkg/fedora/surface-control.spec b/pkg/fedora/surface-control.spec index 208fca7..07e835c 100644 --- a/pkg/fedora/surface-control.spec +++ b/pkg/fedora/surface-control.spec @@ -1,6 +1,6 @@ Name: surface-control -Version: 0.4.6 -Release: 3%{?dist} +Version: 0.4.7 +Release: 1%{?dist} Summary: Control various aspects of Microsoft Surface devices from the shell License: MIT @@ -36,9 +36,12 @@ install -D -m644 "target/surface.fish" "%{buildroot}/usr/share/fish/vendor_compl /usr/bin/surface /usr/share/bash-completion/completions/surface /usr/share/zsh/site-functions/_surface -/usr/share/fish/completions/surface.fish +/usr/share/fish/vendor_completions.d/surface.fish %changelog +* Sat Sep 14 2024 Maximilian Luz - 0.4.7-1 +- Update dependencies + * Thu Mar 14 2024 Maximilian Luz - 0.4.6-3 - Update dependencies