We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad6a7d commit 1823ff0Copy full SHA for 1823ff0
app/src/main/java/com/flykespice/droidray/ui/dialog/AboutDialog.kt
@@ -53,7 +53,7 @@ fun AboutDialog(
53
.size(80.dp)
54
.clip(MaterialTheme.shapes.large)
55
)
56
- Text("v0.1\n", style = MaterialTheme.typography.bodySmall)
+ Text("v0.2\n", style = MaterialTheme.typography.bodySmall)
57
58
Text("© 2025 FlykeSpice", style = MaterialTheme.typography.bodySmall)
59
0 commit comments