chore(about): update copyright year and credits for 2026

This commit is contained in:
hdbg
2026-04-03 18:57:21 +02:00
parent 5feda3a909
commit 660cc17f56
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class AboutScreen extends StatelessWidget {
Credits(), Credits(),
Footer(children: children), Footer(children: children),
const Text("MarketTakers (c) 2025"), const Text("MarketTakers (c) 2026"),
], ],
), ),
), ),

View File

@@ -10,7 +10,7 @@ class Credits extends StatelessWidget {
children: [ children: [
const Text("Made with "), const Text("Made with "),
const Icon(Icons.favorite, color: Colors.red), const Icon(Icons.favorite, color: Colors.red),
const Text(" by Skipper, Clewerwild and karabyn2187"), const Text(" by MT.Dev team"),
], ],
); );
} }

View File

@@ -1,6 +1,6 @@
name: mtcore name: mtcore
description: "MarketTakers shared/core library" description: "MarketTakers shared/core library"
version: 1.0.6 version: 1.0.7
publish_to: https://git.markettakers.org/api/packages/MarketTakers/pub/ publish_to: https://git.markettakers.org/api/packages/MarketTakers/pub/
repository: https://git.markettakers.org/MarketTakers/markettakers-flutter repository: https://git.markettakers.org/MarketTakers/markettakers-flutter