mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Bump version
This commit is contained in:
parent
b34264027a
commit
be3ff85800
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
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"
|
||||||
|
|
|
@ -103,7 +103,7 @@ impl ReSetWindow {
|
||||||
.license_type(gtk::License::Gpl30)
|
.license_type(gtk::License::Gpl30)
|
||||||
.website("https://github.com/Xetibo/ReSet")
|
.website("https://github.com/Xetibo/ReSet")
|
||||||
.issue_url("https://github.com/Xetibo/ReSet/issues")
|
.issue_url("https://github.com/Xetibo/ReSet/issues")
|
||||||
.version("0.0.1")
|
.version("0.1.6")
|
||||||
.transient_for(window)
|
.transient_for(window)
|
||||||
.modal(true)
|
.modal(true)
|
||||||
.copyright("© 2022-2023 Xetibo")
|
.copyright("© 2022-2023 Xetibo")
|
||||||
|
|
Loading…
Reference in a new issue