Skip to content

Commit

Permalink
fix: its 2024 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Oct 10, 2024
1 parent 7ae5b18 commit 23995c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/lib/screens/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class _SettingsState extends State<Settings> {
icon: const Icon(Icons.info),
applicationName: appName,
applicationVersion: 'Version $version ($buildNumber)',
applicationLegalese: '\u{a9} 2023 Muxable',
applicationLegalese: '\u{a9} 2024 Muxable',
dense: true,
);
})
Expand Down

0 comments on commit 23995c7

Please sign in to comment.