diff --git a/Cargo.toml b/Cargo.toml index 8e18bc4..fd15d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/components/window/reset_window.rs b/src/components/window/reset_window.rs index 8db153b..e59ecb4 100644 --- a/src/components/window/reset_window.rs +++ b/src/components/window/reset_window.rs @@ -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")