Skip to content

Commit 502b1d1

Browse files
committed
oops forgot to update it in app too
1 parent 699687d commit 502b1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/compress/joshattic/us/CompressorViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data class CompressorUiState(
7676
val totalSavedBytes: Long = 0L,
7777

7878
val supportedCodecs: List<String> = emptyList(),
79-
val appInfoVersion: String = "1.5.0",
79+
val appInfoVersion: String = "1.5.1,
8080
val showBitrate: Boolean = false,
8181
val useMbps: Boolean = false,
8282
val hasShared: Boolean = false,

0 commit comments

Comments
 (0)