Skip to content

Commit

Permalink
chore(license-ui): remove the leading 'v' in front of the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 25, 2024
1 parent 801f945 commit 4e7f135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/chabo_about_screen/page_links_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class _PageLinksWidget extends StatelessWidget {
context: context,
applicationName: packageInfo.appName,
applicationVersion:
'v${packageInfo.version}+${packageInfo.buildNumber}',
'${packageInfo.version}+${packageInfo.buildNumber}',
applicationIcon: Padding(
padding: const EdgeInsets.all(8.0),
child: IconTheme(
Expand Down

0 comments on commit 4e7f135

Please sign in to comment.