We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86a29 commit 8933757Copy full SHA for 8933757
kanbansim/lib/features/main_page/widgets/menu_bar.dart
@@ -216,7 +216,7 @@ class _ToolBar extends StatelessWidget {
216
String platform = _getPlatformName(context).toUpperCase();
217
showAboutDialog(
218
context: context,
219
- applicationVersion: '1.0.0-$platform',
+ applicationVersion: '1.1.0-$platform',
220
applicationIcon: Icon(Icons.info_outline_rounded),
221
applicationLegalese:
222
AppLocalizations.of(context).applicationLegalese,
0 commit comments