From 3c51e0fd0f51d3d5a7d89c2df1b83ae7f056f8c0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 16 Aug 2021 20:58:03 +1000 Subject: [PATCH] 0.4.6 --- assets/release_notes.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"