Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jun 1, 2024
1 parent 11ad657 commit 688d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/components/ephemeral_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _EphemeralBarState extends State<EphemeralBar>
child: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
Text('Retro: 0.1.1', style: textTheme.bodyMedium!.copyWith(
Text('Retro: 0.1.2', style: textTheme.bodyMedium!.copyWith(
color: colorScheme.onSurface,),
),
if (!isExpanded)
Expand Down

0 comments on commit 688d24d

Please sign in to comment.