diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh index 971c7507..25584508 100644 --- a/ios/Flutter/flutter_export_environment.sh +++ b/ios/Flutter/flutter_export_environment.sh @@ -7,8 +7,8 @@ export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SOURCE_ROOT}/../build\ios" export "OTHER_LDFLAGS=$(inherited) -framework Flutter" export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios" -export "FLUTTER_BUILD_NAME=0.1.2" -export "FLUTTER_BUILD_NUMBER=6" +export "FLUTTER_BUILD_NAME=0.1.3" +export "FLUTTER_BUILD_NUMBER=7" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=false" export "TREE_SHAKE_ICONS=false" diff --git a/lib/widget/paginator.dart b/lib/widget/paginator.dart index 62387b25..99615a4a 100644 --- a/lib/widget/paginator.dart +++ b/lib/widget/paginator.dart @@ -36,7 +36,7 @@ class PaginatedSearchWidget extends StatelessWidget { } }, decoration: InputDecoration( - hintText: "Search parts", + hintText: I18N.of(context).search, ), ), trailing: Text( diff --git a/pubspec.yaml b/pubspec.yaml index a8a39b90..85a091fa 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.2+6 +version: 0.1.3+7 environment: sdk: ">=2.1.0 <3.0.0"