mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
0.2.5
- Updated build number
This commit is contained in:
parent
5343bc23b0
commit
b8673c57cc
@ -1,6 +1,12 @@
|
|||||||
## InvenTree App Release Notes
|
## InvenTree App Release Notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 0.2.5 - June 2021
|
||||||
|
---
|
||||||
|
|
||||||
|
- Fixed bug associated with scanning a StockItem into a non-existent location
|
||||||
|
- Improved error reporting
|
||||||
|
|
||||||
### 0.2.4 - June 2021
|
### 0.2.4 - June 2021
|
||||||
---
|
---
|
||||||
|
|
||||||
|
2
lib/l10n
2
lib/l10n
@ -1 +1 @@
|
|||||||
Subproject commit 05a5cbf63b4b5479162905def9fdadf21041212e
|
Subproject commit 7a23f04bfc11dd099511536bdb8b72a9b35edecf
|
@ -107,7 +107,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||||||
tiles.add(
|
tiles.add(
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10().version),
|
title: Text(L10().version),
|
||||||
subtitle: Text("${info.version}"),
|
subtitle: Text("${info.version} - Build ${info.buildNumber}"),
|
||||||
leading: FaIcon(FontAwesomeIcons.infoCircle)
|
leading: FaIcon(FontAwesomeIcons.infoCircle)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -7,7 +7,7 @@ description: InvenTree stock management
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.2.4+12
|
version: 0.2.5+13
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.1.0 <3.0.0"
|
sdk: ">=2.1.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user