Adjust version number in about dialog

This commit is contained in:
Nutcake 2023-05-05 18:39:46 +02:00
parent ffac9b8193
commit 4f2ff2d95b

View file

@ -84,7 +84,7 @@ class SettingsPage extends StatelessWidget {
onTap: () {
showAboutDialog(
context: context,
applicationVersion: "0.0.1",
applicationVersion: "1.0.0",
applicationIcon: InkWell(
onTap: () async {
if (!await launchUrl(Uri.parse("https://github.com/Nutcake/contacts-plus-plus"), mode: LaunchMode.externalApplication)) {