diff --git a/lib/src/about_screen.dart b/lib/src/about_screen.dart index 4e89f4f..a786b5c 100644 --- a/lib/src/about_screen.dart +++ b/lib/src/about_screen.dart @@ -38,7 +38,7 @@ class AboutScreen extends StatelessWidget { Credits(), Footer(children: children), - const Text("MarketTakers (c) 2025"), + const Text("MarketTakers (c) 2026"), ], ), ), diff --git a/lib/src/credits.dart b/lib/src/credits.dart index b14df0f..d6d6c30 100644 --- a/lib/src/credits.dart +++ b/lib/src/credits.dart @@ -10,7 +10,7 @@ class Credits extends StatelessWidget { children: [ const Text("Made with "), const Icon(Icons.favorite, color: Colors.red), - const Text(" by Skipper, Clewerwild and karabyn2187"), + const Text(" by MT.Dev team"), ], ); } diff --git a/pubspec.yaml b/pubspec.yaml index c5d3dec..8426a9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mtcore description: "MarketTakers shared/core library" -version: 1.0.6 +version: 1.0.7 publish_to: https://git.markettakers.org/api/packages/MarketTakers/pub/ repository: https://git.markettakers.org/MarketTakers/markettakers-flutter