chore(about): update copyright year and credits for 2026
This commit is contained in:
@@ -38,7 +38,7 @@ class AboutScreen extends StatelessWidget {
|
||||
Credits(),
|
||||
|
||||
Footer(children: children),
|
||||
const Text("MarketTakers (c) 2025"),
|
||||
const Text("MarketTakers (c) 2026"),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@@ -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"),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user