Skip to content

Commit

Permalink
Merge pull request #1936 from ardriveapp/dev
Browse files Browse the repository at this point in the history
PE-7258: Release ArDrive v2.59.2
  • Loading branch information
thiagocarvalhodev authored Dec 9, 2024
2 parents cf42fca + 0890fc6 commit afa4f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/167.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Changes tIO to tARIO on profile card
2 changes: 1 addition & 1 deletion lib/components/profile_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ class _ProfileCardState extends State<ProfileCard> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'tIO Tokens',
'tARIO Tokens',
style: typography.paragraphNormal(
fontWeight: ArFontWeight.semiBold,
color: colorTokens.textHigh,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit afa4f4f

Please sign in to comment.