From e1fd7c2becbd27763321f05b73cb79cf452626df Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:24:28 -0700 Subject: [PATCH] fix: 2025 already --- remote/lib/screens/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/lib/screens/settings.dart b/remote/lib/screens/settings.dart index 7da6aac..7ffc659 100644 --- a/remote/lib/screens/settings.dart +++ b/remote/lib/screens/settings.dart @@ -70,7 +70,7 @@ class _SettingsState extends State { icon: const Icon(Icons.info), applicationName: appName, applicationVersion: 'Version $version ($buildNumber)', - applicationLegalese: '\u{a9} 2024 Muxable', + applicationLegalese: '\u{a9} 2025 Muxable', dense: true, ); })