Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Update version number and changelog URL in about page (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestosole authored Feb 16, 2022
1 parent acc3e8d commit 80fa047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clima_ui/lib/screens/about_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ class AboutScreen extends StatelessWidget {
),
SettingsTile(
title: 'Changelog',
subtitle: 'Version 2.0',
subtitle: 'Version 2.0.0',
leading: Icon(
Icons.new_releases_outlined,
color: Theme.of(context).iconTheme.color,
),
onTap: () => launch(
'https://github.com/lacerte/clima/tree/master/fastlane/metadata/android/en-US/changelogs',
'https://github.com/lacerte/clima/releases/tag/v2.0.0',
),
),
SettingsTile(
Expand Down

0 comments on commit 80fa047

Please sign in to comment.