chore: Bump version

This commit is contained in:
DashieTM 2024-04-24 11:55:42 +02:00
parent ef5d4c99d6
commit 4a93fac141

View file

@ -1,6 +1,6 @@
[package] [package]
name = "reset" name = "reset"
version = "1.1.0" version = "1.1.1"
edition = "2021" edition = "2021"
description = "A wip universal Linux settings application." description = "A wip universal Linux settings application."
repository = "https://github.com/Xetibo/ReSet" repository = "https://github.com/Xetibo/ReSet"
@ -8,9 +8,9 @@ license = "GPL-3.0-or-later"
[dependencies] [dependencies]
#reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie" } #reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie" }
reset_daemon = "1.2.0" reset_daemon = "1.2.1"
#re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" , branch = "audioobject"} #re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" , branch = "audioobject"}
re_set-lib = "3.2.0" re_set-lib = "3.3.0"
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7" dbus = "0.9.7"
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] } gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }