chore: Bump version

This commit is contained in:
dashie 2023-12-19 12:27:14 +00:00
parent b34264027a
commit be3ff85800
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "reset"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
description = "A wip universal Linux settings application."
repository = "https://github.com/Xetibo/ReSet"

View file

@ -103,7 +103,7 @@ impl ReSetWindow {
.license_type(gtk::License::Gpl30)
.website("https://github.com/Xetibo/ReSet")
.issue_url("https://github.com/Xetibo/ReSet/issues")
.version("0.0.1")
.version("0.1.6")
.transient_for(window)
.modal(true)
.copyright("© 2022-2023 Xetibo")