Skip to content

Commit

Permalink
chore: bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Jan 19, 2025
1 parent 946018b commit 367a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/main/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class About extends StatelessWidget {
icon: const Icon(Icons.info),
applicationName: packageInfo.appName,
applicationVersion: "${packageInfo.version} (${packageInfo.buildNumber})",
applicationLegalese: "\u{a9} 2024 Mumulhl and contributors",
applicationLegalese: "\u{a9} 2024-2025 Mumulhl and contributors",
);
}
}
Expand Down

0 comments on commit 367a39b

Please sign in to comment.