Adjust version number in about dialog
This commit is contained in:
parent
ffac9b8193
commit
4f2ff2d95b
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue