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"