From a7d855defecb7bdd1d89dc91f7f559e0dc8cd7dc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 20 May 2021 00:22:56 +1000 Subject: [PATCH] Increment version / build number --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a7b576ef..a5f8c166 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.4+8 +version: 0.1.5+9 environment: sdk: ">=2.1.0 <3.0.0"