diff --git a/assets/release_notes.md b/assets/release_notes.md index c78b4deb..d21ebc09 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -11,6 +11,7 @@ - Allow stock location to be "scanned" into another location using barcode - Improves server connection status indicator on home screen - Display loading indicator during long-running operations +- Improved error handling and reporting ### 0.7.3 - June 2022 --- diff --git a/pubspec.yaml b/pubspec.yaml index a3f4f444..fc14c48f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: inventree description: InvenTree stock management -version: 0.8.0+45 +version: 0.8.0+46 environment: sdk: ">=2.16.0 <3.0.0"