Skip to content

Commit

Permalink
Merge pull request #28 from andoriyaprashant/version
Browse files Browse the repository at this point in the history
  • Loading branch information
savitore authored Jan 20, 2024
2 parents d4798ff + 10d4066 commit 3247c3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/screens/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ class _AboutState extends State<About> {
child: const Image(
image: AssetImage('assets/logo.png')),
),
const SizedBox(height: 10),
Text(
'Version: 1.0.1',
style: TextStyle(
color: ThemeColors.textPrimary,
fontSize: 16,
fontWeight: FontWeight.bold,
),
),
const SizedBox(height: 32),
RichText(
textAlign: TextAlign.center,
Expand Down

0 comments on commit 3247c3c

Please sign in to comment.