Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update AboutDialog.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Aug 22, 2023
1 parent e89df7c commit 170528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/routing/dialogs/AboutDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun AboutDialog(
)
Text(
modifier = Modifier.padding(top = 5.dp),
text = "1.0.0",
text = "1.1.0",
fontSize = 14.sp,
color = ColorBox.text.copy(0.7f)
)
Expand Down

0 comments on commit 170528c

Please sign in to comment.