From 4774710aa71d3a84ebb0b06b48a27a01b5f02ec5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 9 Aug 2021 09:14:57 +1000 Subject: [PATCH] 0.4.3 - Update version number - Update release notes --- 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 96ad4e15..b98744e2 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,11 @@ ## InvenTree App Release Notes --- +### 0.4.3 - August 2021 +--- + +- Multiple bug fixes, mostly related to API calls + ### 0.4.2 - August 2021 --- diff --git a/pubspec.yaml b/pubspec.yaml index 18277849..7dba451c 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.4.2+24 +version: 0.4.3+25 environment: sdk: ">=2.12.0 <3.0.0"