From c83c164624f5199e2f8c21095f6b390e03adccc9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 22 Jul 2021 16:56:34 +1000 Subject: [PATCH] 0.2.10 --- assets/release_notes.md | 2 +- ios/Flutter/flutter_export_environment.sh | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 434cdeef..6b7bc7d2 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,7 +1,7 @@ ## InvenTree App Release Notes --- -### 0.3.0 - July 2021 +### 0.2.10 - July 2021 --- - Add "last updated" date to StockDetail view diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh index cc5e66dc..559a5a7f 100644 --- a/ios/Flutter/flutter_export_environment.sh +++ b/ios/Flutter/flutter_export_environment.sh @@ -6,8 +6,8 @@ export "COCOAPODS_PARALLEL_CODE_SIGN=true" export "FLUTTER_TARGET=lib\main.dart" export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SOURCE_ROOT}/../build\ios" -export "FLUTTER_BUILD_NAME=0.2.9" -export "FLUTTER_BUILD_NUMBER=17" +export "FLUTTER_BUILD_NAME=0.2.10" +export "FLUTTER_BUILD_NUMBER=18" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=false" export "TREE_SHAKE_ICONS=false" diff --git a/pubspec.yaml b/pubspec.yaml index 4b76b81b..6bea3c99 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.2.9+17 +version: 0.2.10+18 environment: sdk: ">=2.12.0 <3.0.0"