1 parent 83fc3ca commit 7fd6e32Copy full SHA for 7fd6e32
1 file changed
Sources/ClearDisk/MainView.swift
@@ -1548,7 +1548,7 @@ struct MainView: View {
1548
.font(.system(size: 12))
1549
.foregroundColor(.secondary)
1550
Spacer()
1551
- Text("1.6.9")
+ Text("1.7.1")
1552
.font(.system(size: 12, design: .monospaced))
1553
.foregroundColor(.primary)
1554
}
@@ -2103,7 +2103,7 @@ struct MainView: View {
2103
.foregroundColor(.green)
2104
2105
} else {
2106
- Text("ClearDisk v1.6.6")
+ Text("ClearDisk v1.7.1")
2107
.font(.system(size: 10))
2108
2109
0 commit comments