From d0aa6a61ba6f31f0fbb4625c9dc53dc8d6a9c8da Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 27 Jun 2021 21:11:20 +1000 Subject: [PATCH] 0.2.4 - Update release notes etc - Version numbering now matches server version numbering --- assets/release_notes.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 446199e8..f11e6305 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,12 +1,12 @@ ## InvenTree App Release Notes --- -### 0.1.6 - June 2021 +### 0.2.4 - June 2021 --- - Upload Part images from phone camera or gallery - Display error message for improperly formatted server address - +- Updated version numbering scheme to match InvenTree server ### 0.1.5 - May 2021 --- diff --git a/pubspec.yaml b/pubspec.yaml index 03b09900..a66a5333 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.6+11 +version: 0.2.4+12 environment: sdk: ">=2.1.0 <3.0.0"