Skip to content

Commit

Permalink
add build number to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 3, 2024
1 parent 309cfa9 commit 4d14119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/more.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class _MoreState extends ConsumerState<More> {
DialogRoute(
builder: (context) => AboutDialog(
applicationName: title(),
applicationVersion: value.version,
applicationVersion: "${value.version}+${value.buildNumber}",
applicationIcon: const Image(
image: AssetImage('assets/copilot_fox_icon.png'),
height: 60,
Expand Down

0 comments on commit 4d14119

Please sign in to comment.