diff --git a/android/fastlane/metadata/android/en-US/changelogs/167.txt b/android/fastlane/metadata/android/en-US/changelogs/167.txt new file mode 100644 index 000000000..64097ddb5 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/167.txt @@ -0,0 +1 @@ +- Changes tIO to tARIO on profile card diff --git a/lib/components/profile_card.dart b/lib/components/profile_card.dart index 87cb4b111..6e44c9881 100644 --- a/lib/components/profile_card.dart +++ b/lib/components/profile_card.dart @@ -492,7 +492,7 @@ class _ProfileCardState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - 'tIO Tokens', + 'tARIO Tokens', style: typography.paragraphNormal( fontWeight: ArFontWeight.semiBold, color: colorTokens.textHigh, diff --git a/pubspec.yaml b/pubspec.yaml index b5f98688f..cdb7e3330 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.59.1 +version: 2.59.2 environment: sdk: '>=3.2.0 <4.0.0'