From 72e39d91fcc9012f22cd9edb4ac48f41dc669ebf Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:17:10 -0300 Subject: [PATCH 1/2] Update profile_card.dart --- lib/components/profile_card.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/profile_card.dart b/lib/components/profile_card.dart index 3d03d69210..3eb780f449 100644 --- a/lib/components/profile_card.dart +++ b/lib/components/profile_card.dart @@ -491,7 +491,7 @@ class _ProfileCardState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - 'tIO Tokens', + 'tARIO Tokens', style: typography.paragraphNormal( fontWeight: ArFontWeight.semiBold, color: colorTokens.textHigh, From 29bd62d09d546c524bcf9e7d0afa93bb947015f0 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:52:20 -0300 Subject: [PATCH 2/2] bump version and release notes --- android/fastlane/metadata/android/en-US/changelogs/167.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/167.txt 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 0000000000..64097ddb51 --- /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/pubspec.yaml b/pubspec.yaml index b5f98688f1..cdb7e33304 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'