Skip to content

Commit

Permalink
chore: Upgrade intl package
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Jan 3, 2024
1 parent ef6ccc8 commit c163d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c163d9c

Please sign in to comment.