diff --git a/dialer/lib/features/about/about.dart b/dialer/lib/features/about/about.dart index 0ba21ab..a46e7bc 100644 --- a/dialer/lib/features/about/about.dart +++ b/dialer/lib/features/about/about.dart @@ -192,7 +192,7 @@ class _AboutPageState extends State { ), SizedBox(height: 12), Text( - '© 2023 Icing Organization. All Rights Reserved.', + '© 2025 Icing Organization. All Rights Reserved.', style: TextStyle(color: Colors.grey, fontSize: 12), ), ],