diff --git a/pubspec.yaml b/pubspec.yaml index b85e76a3..610318c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ publish_to: 'none' # 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: 1.4.1+46 +version: 1.4.1+47 environment: sdk: ">=3.1.1" @@ -54,7 +54,7 @@ dependencies: # Contains code to deal with internationalized/localized messages, date and number formatting # and parsing, bi-directional text, and other internationalization issues. # See https://pub.dev/packages/intl - intl: ^0.18.0 + intl: ^0.19.0 # Http client. # See https://pub.dev/packages/dio