mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
chore: Bump version in all files
This commit is contained in:
parent
a9ee1b7bc3
commit
7532c1e065
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -952,7 +952,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reset"
|
||||
version = "1.2.6"
|
||||
version = "1.2.7"
|
||||
dependencies = [
|
||||
"dbus",
|
||||
"fork",
|
||||
|
|
|
@ -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"
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||
|
||||
pkgname=ReSet
|
||||
pkgver=1.2.6
|
||||
pkgver=1.2.7
|
||||
pkgrel=0
|
||||
arch=('x86_64')
|
||||
pkgdir="/usr/bin/${pkgname}"
|
||||
|
|
2
debian/DEBIAN/control
vendored
2
debian/DEBIAN/control
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue