From 7532c1e065d430379f578b351d1980ea47b252dc Mon Sep 17 00:00:00 2001 From: DashieTM Date: Tue, 11 Jun 2024 20:32:22 +0200 Subject: [PATCH] chore: Bump version in all files --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- debian/DEBIAN/control | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1b8892..4009e45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "reset" -version = "1.2.6" +version = "1.2.7" dependencies = [ "dbus", "fork", diff --git a/Cargo.toml b/Cargo.toml index a4c19d9..07c7409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reset" -version = "1.2.6" +version = "1.2.7" edition = "2021" description = "A wip universal Linux settings application." repository = "https://github.com/Xetibo/ReSet" diff --git a/PKGBUILD b/PKGBUILD index 2742c7c..9b8c0d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fabio Lenherr pkgname=ReSet -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=0 arch=('x86_64') pkgdir="/usr/bin/${pkgname}" diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 7274ccd..7e907e2 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: ReSet -Version: 1.2.6 +Version: 1.2.7 Maintainer: DashieTM Architecture: all Description: A wip universal Linux settings application.