diff --git a/assets/release_notes.md b/assets/release_notes.md index db6b20b5..983069a5 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -6,6 +6,8 @@ - Improved profile selection screen - Fixed a number of incorrect labels +- Refactor test result upload functionality +- Refactor file selection and upload functions ### 0.4.5 - August 2021 --- diff --git a/pubspec.yaml b/pubspec.yaml index 6b006df6..2abbe3f0 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.5+26 +version: 0.4.6+27 environment: sdk: ">=2.12.0 <3.0.0"