From a7d19c4c5a48a7facdc6f76dc9829c18fd64dcf9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 23 Jun 2021 11:49:28 +1000 Subject: [PATCH] v0.1.6 - Fix build version - Fix release notes --- assets/release_notes.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 64a7129b..446199e8 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,9 +1,10 @@ ## InvenTree App Release Notes --- -### 0.1.6 - May 2021 +### 0.1.6 - June 2021 --- +- Upload Part images from phone camera or gallery - Display error message for improperly formatted server address diff --git a/pubspec.yaml b/pubspec.yaml index 6188edcd..03b09900 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.1.5+9 +version: 0.1.6+11 environment: sdk: ">=2.1.0 <3.0.0"