Skip to content

Commit 1823ff0

Browse files
committed
(Re)Release v0.2
1 parent 5ad6a7d commit 1823ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/flykespice/droidray/ui/dialog/AboutDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fun AboutDialog(
5353
.size(80.dp)
5454
.clip(MaterialTheme.shapes.large)
5555
)
56-
Text("v0.1\n", style = MaterialTheme.typography.bodySmall)
56+
Text("v0.2\n", style = MaterialTheme.typography.bodySmall)
5757

5858
Text("© 2025 FlykeSpice", style = MaterialTheme.typography.bodySmall)
5959

0 commit comments

Comments
 (0)