From 38bc31cc55479d899cd285eefd28f4ad1174f587 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Wed, 22 Mar 2023 12:28:11 +0100 Subject: Update to v1.7.0 --- src/application.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/application.rs') diff --git a/src/application.rs b/src/application.rs index 12ea49b..8d627c5 100644 --- a/src/application.rs +++ b/src/application.rs @@ -184,7 +184,7 @@ impl FurtheranceApplication { .logo_icon_name(config::APP_ID) .version(config::VERSION) .comments(&gettext("Track your time without being tracked")) - .copyright("© 2022 Ricky Kresslein") + .copyright("© 2023 LakoLiu") .authors(vec!["Ricky Kresslein ".into()]) .translator_credits(&gettext("translator-credits")) .website("https://furtherance.app") @@ -423,3 +423,4 @@ impl Default for FurtheranceApplication { .unwrap() } } + -- cgit 1.4.1