Skip to content

Commit 29948e5

Browse files
Version bump (#540)
* Update ios project details * Update version number
1 parent 538a3d6 commit 29948e5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

assets/release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
---
33

44
- Allow blank values to be entered into numerical fields
5+
- Updated translations
56

67
### 0.16.4 - September 2024
78
---

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@
399399
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
400400
GCC_WARN_UNUSED_FUNCTION = YES;
401401
GCC_WARN_UNUSED_VARIABLE = YES;
402+
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
402403
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
403404
MTL_ENABLE_DEBUG_INFO = NO;
404405
SDKROOT = iphoneos;
@@ -490,6 +491,7 @@
490491
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
491492
GCC_WARN_UNUSED_FUNCTION = YES;
492493
GCC_WARN_UNUSED_VARIABLE = YES;
494+
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
493495
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
494496
MTL_ENABLE_DEBUG_INFO = YES;
495497
ONLY_ACTIVE_ARCH = YES;
@@ -542,6 +544,7 @@
542544
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
543545
GCC_WARN_UNUSED_FUNCTION = YES;
544546
GCC_WARN_UNUSED_VARIABLE = YES;
547+
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
545548
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
546549
MTL_ENABLE_DEBUG_INFO = NO;
547550
SDKROOT = iphoneos;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: inventree
22
description: InvenTree stock management
33

4-
version: 0.16.4+90
4+
version: 0.16.5+91
55

66
environment:
77
sdk: ">=2.19.5 <3.13.0"

0 commit comments

Comments
 (0)