From ad97959baabd0b049713bf78db8695368fee9660 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 27 Oct 2021 19:05:30 +1100 Subject: [PATCH] v0.5.2 --- assets/release_notes.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 5813bc36..8cd1d31b 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,11 @@ ## InvenTree App Release Notes --- +### 0.5.2 - October 2021 +--- + +- Display error message on HTTPS certificate error + ### 0.5.1 - October 2021 --- diff --git a/pubspec.yaml b/pubspec.yaml index b496aebb..f1eeeb2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: InvenTree stock management # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.1+31 +version: 0.5.2+32 environment: sdk: ">=2.12.0 <3.0.0"