2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Update version (#372)

* Update version

- Bump version to 0.12.2

* Tweak unit test
This commit is contained in:
Oliver 2023-06-13 21:28:38 +10:00 committed by GitHub
parent 367759e86c
commit ca678c1c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
### -
### 0.12.2 - June 2023
---
- Adds options for configuring screen orientation

View File

@ -1,7 +1,7 @@
name: inventree
description: InvenTree stock management
version: 0.12.1+67
version: 0.12.2+68
environment:
sdk: ">=2.19.5 <3.0.0"

View File

@ -70,7 +70,7 @@ void main() {
// List with active filter
results = await InvenTreePart().list(filters: {"active": "true"});
expect(results.length, equals(13));
expect(results.length, greaterThanOrEqualTo(13));
for (var result in results) {
// results must be InvenTreePart instances