Skip to content

Commit

Permalink
fix: change ver on settings screen (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bootloopmaster636 authored Sep 27, 2023
1 parent d410773 commit 0a23d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/displayLayers/OverlayLayer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class AboutUs extends StatelessWidget {
height: 24,
),
const Text(
"Version 0.5.0",
"Version 0.5.1",
textAlign: TextAlign.center,
style: TextStyle(fontWeight: FontWeight.bold),
),
Expand Down

0 comments on commit 0a23d77

Please sign in to comment.