chore: bump version in about dialog

This commit is contained in:
Matyáš Caras 2024-02-26 23:33:43 +01:00
parent 7c8535b99d
commit 85fefda4d8
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6

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"),
),