2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00
- Update release notes
This commit is contained in:
Oliver 2021-07-19 11:21:14 +10:00
parent bf7a0e72bf
commit f425391301
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,12 @@
## InvenTree App Release Notes
---
### 0.2.9 - July 2021
---
- Handle 50x responses from server
- Improved reporting of error messages
### 0.2.8 - July 2021
---

View File

@ -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.8"
export "FLUTTER_BUILD_NUMBER=16"
export "FLUTTER_BUILD_NAME=0.2.9"
export "FLUTTER_BUILD_NUMBER=17"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"

View File

@ -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.8+16
version: 0.2.9+17
environment:
sdk: ">=2.12.0 <3.0.0"