mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
0.2.5
- Updated build number
This commit is contained in:
parent
5343bc23b0
commit
b8673c57cc
4 changed files with 9 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(L10().version),
|
||||
subtitle: Text("${info.version}"),
|
||||
subtitle: Text("${info.version} - Build ${info.buildNumber}"),
|
||||
leading: FaIcon(FontAwesomeIcons.infoCircle)
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue