From b7a37e50c576286d2dae3f624af76100a7078fab Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 29 Jul 2022 19:31:23 +1000 Subject: [PATCH] Update version and release noes --- assets/release_notes.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"