Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Dec 9, 2022
1 parent c6f05e3 commit 1228f14
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 @@ -96,7 +96,7 @@ class _EphemeralBarState extends State<EphemeralBar>
child: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
Text("Retro: 0.0.2", style: textTheme.bodyText2!.copyWith(
Text("Retro: 0.0.3", style: textTheme.bodyText2!.copyWith(
color: colorScheme.onSurface)
),
if (!isExpanded)
Expand Down

0 comments on commit 1228f14

Please sign in to comment.