Skip to content

Commit 7fd6e32

Browse files
committed
Update version strings to 1.7.1 in Settings and footer
1 parent 83fc3ca commit 7fd6e32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ClearDisk/MainView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ struct MainView: View {
15481548
.font(.system(size: 12))
15491549
.foregroundColor(.secondary)
15501550
Spacer()
1551-
Text("1.6.9")
1551+
Text("1.7.1")
15521552
.font(.system(size: 12, design: .monospaced))
15531553
.foregroundColor(.primary)
15541554
}
@@ -2103,7 +2103,7 @@ struct MainView: View {
21032103
.foregroundColor(.green)
21042104
}
21052105
} else {
2106-
Text("ClearDisk v1.6.6")
2106+
Text("ClearDisk v1.7.1")
21072107
.font(.system(size: 10))
21082108
.foregroundColor(.secondary)
21092109
}

0 commit comments

Comments
 (0)