chore: bump version #37

Merged
hernik merged 15 commits from dev into main 2024-02-26 23:35:49 +01:00

View file

@ -12,7 +12,7 @@ void showAbout(BuildContext context) {
context: context,
applicationLegalese: AppLocalizations.of(context).license,
applicationName: "Prašule",
applicationVersion: "1.0.0",
applicationVersion: "1.1.0",
applicationIcon: const CircleAvatar(
backgroundImage: AssetImage("assets/icon/full_ico.png"),
),