From 6a6ad139007cdbef0d2e42349082bbe246dc45cb Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 16 Jul 2021 16:51:11 +1000 Subject: [PATCH] v0.2.8 release --- assets/release_notes.md | 6 ++++++ ios/Flutter/flutter_export_environment.sh | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 07573425..8e511fab 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,12 @@ ## InvenTree App Release Notes --- +### 0.2.8 - July 2021 +--- + +- Bug fixes for API calls + + ### 0.2.7 - July 2021 --- diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh index 4cd32d03..9597aff1 100644 --- a/ios/Flutter/flutter_export_environment.sh +++ b/ios/Flutter/flutter_export_environment.sh @@ -1,13 +1,13 @@ #!/bin/sh # This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=C:\flutter" +export "FLUTTER_ROOT=c:\flutter" export "FLUTTER_APPLICATION_PATH=C:\inventree-app" 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.7" -export "FLUTTER_BUILD_NUMBER=15" +export "FLUTTER_BUILD_NAME=0.2.8" +export "FLUTTER_BUILD_NUMBER=16" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=false" export "TREE_SHAKE_ICONS=false" diff --git a/pubspec.yaml b/pubspec.yaml index df14aff2..0d94a7a7 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.7+15 +version: 0.2.8+16 environment: sdk: ">=2.12.0 <3.0.0"