From 7ec3f00face81ea33d7f05475ee53bb71d3d86b2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 10 Jan 2022 20:17:34 +1100 Subject: [PATCH] v0.5.6 - Updated version number - Updated release notes --- assets/release_notes.md | 7 +++++++ lib/l10n | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index aec2611e..e18a63c9 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,13 @@ ## InvenTree App Release Notes --- +### 0.5.6 - January 2022 +--- + +- Fixes bug related to transferring stock via barcode scanning +- Updated UI for settings +- Adds ability to disable "upload error report" functionality + ### 0.5.5 - January 2022 --- diff --git a/lib/l10n b/lib/l10n index 1ba291fe..93b0123d 160000 --- a/lib/l10n +++ b/lib/l10n @@ -1 +1 @@ -Subproject commit 1ba291fe1f5c7109a4817bb6cd5caac26c0a9d82 +Subproject commit 93b0123d427c39d48b19a50154ba16a5c6ca401f diff --git a/pubspec.yaml b/pubspec.yaml index cb9f3f8b..5953a3e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: InvenTree stock management # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.5+35 +version: 0.5.6+36 environment: sdk: ">=2.12.0 <3.0.0"